![]() |
deal.II version 9.7.0
|
#include <deal.II/sundials/sunlinsol_wrapper.h>
Attach wrapper functions to SUNDIALS' linear solver interface. We pretend that the user-supplied linear solver is matrix-free, even though it can be matrix-based. This way SUNDIALS does not need to understand our matrix types.
Definition at line 230 of file sunlinsol_wrapper.h.

Public Member Functions | |
| LinearSolverWrapper (const LinearSolveFunction< VectorType > &lsolve, std::exception_ptr &pending_exception, SUNContext linsol_ctx) | |
| ~LinearSolverWrapper () | |
| operator SUNLinearSolver () | |
Private Attributes | |
| SUNLinearSolver | sun_linear_solver |
| std::unique_ptr< LinearSolverContent< VectorType > > | content |
|
explicit |
Definition at line 309 of file sunlinsol_wrapper.cc.
| SUNDIALS::internal::LinearSolverWrapper< VectorType >::~LinearSolverWrapper | ( | ) |
Definition at line 346 of file sunlinsol_wrapper.cc.
| SUNDIALS::internal::LinearSolverWrapper< VectorType >::operator SUNLinearSolver | ( | ) |
Implicit conversion to SUNLinearSolver.
Definition at line 354 of file sunlinsol_wrapper.cc.
|
private |
Definition at line 250 of file sunlinsol_wrapper.h.
|
private |
Definition at line 251 of file sunlinsol_wrapper.h.