![]() |
Reference documentation for deal.II version 9.5.0
|
Public Member Functions | |
| LinearSolverContent (std::exception_ptr &pending_exception) | |
Public Attributes | |
| ATimesFn | a_times_fn |
| PSetupFn | preconditioner_setup |
| PSolveFn | preconditioner_solve |
| SUNContext | linsol_ctx |
| LinearSolveFunction< VectorType > | lsolve |
| void * | P_data |
| void * | A_data |
| std::exception_ptr & | pending_exception |
storage for internal content of the linear solver wrapper
Definition at line 133 of file sunlinsol_wrapper.cc.
|
inline |
Definition at line 135 of file sunlinsol_wrapper.cc.
| ATimesFn SUNDIALS::internal::LinearSolverContent< VectorType >::a_times_fn |
Definition at line 147 of file sunlinsol_wrapper.cc.
| PSetupFn SUNDIALS::internal::LinearSolverContent< VectorType >::preconditioner_setup |
Definition at line 148 of file sunlinsol_wrapper.cc.
| PSolveFn SUNDIALS::internal::LinearSolverContent< VectorType >::preconditioner_solve |
Definition at line 149 of file sunlinsol_wrapper.cc.
| SUNContext SUNDIALS::internal::LinearSolverContent< VectorType >::linsol_ctx |
Definition at line 152 of file sunlinsol_wrapper.cc.
| LinearSolveFunction<VectorType> SUNDIALS::internal::LinearSolverContent< VectorType >::lsolve |
Definition at line 155 of file sunlinsol_wrapper.cc.
| void* SUNDIALS::internal::LinearSolverContent< VectorType >::P_data |
Definition at line 157 of file sunlinsol_wrapper.cc.
| void* SUNDIALS::internal::LinearSolverContent< VectorType >::A_data |
Definition at line 158 of file sunlinsol_wrapper.cc.
| std::exception_ptr& SUNDIALS::internal::LinearSolverContent< VectorType >::pending_exception |
A reference to a location where we can store exceptions, should they be thrown by a linear solver object.
Definition at line 164 of file sunlinsol_wrapper.cc.