Reference documentation for deal.II version 9.6.0
|
#include <deal.II/sundials/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 |
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.
|
explicit |
Definition at line 306 of file sunlinsol_wrapper.cc.
SUNDIALS::internal::LinearSolverWrapper< VectorType >::~LinearSolverWrapper | ( | ) |
Definition at line 343 of file sunlinsol_wrapper.cc.
SUNDIALS::internal::LinearSolverWrapper< VectorType >::operator SUNLinearSolver | ( | ) |
Implicit conversion to SUNLinearSolver.
Definition at line 351 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.