![]() |
Reference documentation for deal.II version 9.3.2
|
Public Attributes | |
| ATimesFn | a_times_fn |
| PSetupFn | preconditioner_setup |
| PSolveFn | preconditioner_solve |
| LinearSolveFunction< VectorType > | lsolve |
| void * | P_data |
| void * | A_data |
storage for internal content of the linear solver wrapper
Definition at line 65 of file sunlinsol_wrapper.cc.
| ATimesFn SUNDIALS::internal::LinearSolverContent< VectorType >::a_times_fn |
Definition at line 67 of file sunlinsol_wrapper.cc.
| PSetupFn SUNDIALS::internal::LinearSolverContent< VectorType >::preconditioner_setup |
Definition at line 68 of file sunlinsol_wrapper.cc.
| PSolveFn SUNDIALS::internal::LinearSolverContent< VectorType >::preconditioner_solve |
Definition at line 69 of file sunlinsol_wrapper.cc.
| LinearSolveFunction<VectorType> SUNDIALS::internal::LinearSolverContent< VectorType >::lsolve |
Definition at line 71 of file sunlinsol_wrapper.cc.
| void* SUNDIALS::internal::LinearSolverContent< VectorType >::P_data |
Definition at line 73 of file sunlinsol_wrapper.cc.
| void* SUNDIALS::internal::LinearSolverContent< VectorType >::A_data |
Definition at line 74 of file sunlinsol_wrapper.cc.