![]() |
Reference documentation for deal.II version 9.4.1
|
Public Member Functions | |
| LinearSolverContent () | |
Public Attributes | |
| ATimesFn | a_times_fn |
| PSetupFn | preconditioner_setup |
| PSolveFn | preconditioner_solve |
| SUNContext | linsol_ctx |
| LinearSolveFunction< VectorType > | lsolve |
| void * | P_data |
| void * | A_data |
storage for internal content of the linear solver wrapper
Definition at line 61 of file sunlinsol_wrapper.cc.
|
inline |
Definition at line 63 of file sunlinsol_wrapper.cc.
| ATimesFn SUNDIALS::internal::LinearSolverContent< VectorType >::a_times_fn |
Definition at line 74 of file sunlinsol_wrapper.cc.
| PSetupFn SUNDIALS::internal::LinearSolverContent< VectorType >::preconditioner_setup |
Definition at line 75 of file sunlinsol_wrapper.cc.
| PSolveFn SUNDIALS::internal::LinearSolverContent< VectorType >::preconditioner_solve |
Definition at line 76 of file sunlinsol_wrapper.cc.
| SUNContext SUNDIALS::internal::LinearSolverContent< VectorType >::linsol_ctx |
Definition at line 79 of file sunlinsol_wrapper.cc.
| LinearSolveFunction<VectorType> SUNDIALS::internal::LinearSolverContent< VectorType >::lsolve |
Definition at line 82 of file sunlinsol_wrapper.cc.
| void* SUNDIALS::internal::LinearSolverContent< VectorType >::P_data |
Definition at line 84 of file sunlinsol_wrapper.cc.
| void* SUNDIALS::internal::LinearSolverContent< VectorType >::A_data |
Definition at line 85 of file sunlinsol_wrapper.cc.