Reference documentation for deal.II version GIT relicensing-245-g36f19064f7 2024-03-29 07:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SUNDIALS::internal::LinearSolverContent< VectorType > Struct Template Reference
Inheritance diagram for SUNDIALS::internal::LinearSolverContent< VectorType >:
Inheritance graph
[legend]

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
 

Detailed Description

template<typename VectorType>
struct SUNDIALS::internal::LinearSolverContent< VectorType >

storage for internal content of the linear solver wrapper

Definition at line 133 of file sunlinsol_wrapper.cc.

Constructor & Destructor Documentation

◆ LinearSolverContent()

template<typename VectorType >
SUNDIALS::internal::LinearSolverContent< VectorType >::LinearSolverContent ( std::exception_ptr &  pending_exception)
inline

Definition at line 135 of file sunlinsol_wrapper.cc.

Member Data Documentation

◆ a_times_fn

template<typename VectorType >
ATimesFn SUNDIALS::internal::LinearSolverContent< VectorType >::a_times_fn

Definition at line 147 of file sunlinsol_wrapper.cc.

◆ preconditioner_setup

template<typename VectorType >
PSetupFn SUNDIALS::internal::LinearSolverContent< VectorType >::preconditioner_setup

Definition at line 148 of file sunlinsol_wrapper.cc.

◆ preconditioner_solve

template<typename VectorType >
PSolveFn SUNDIALS::internal::LinearSolverContent< VectorType >::preconditioner_solve

Definition at line 149 of file sunlinsol_wrapper.cc.

◆ linsol_ctx

template<typename VectorType >
SUNContext SUNDIALS::internal::LinearSolverContent< VectorType >::linsol_ctx

Definition at line 152 of file sunlinsol_wrapper.cc.

◆ lsolve

template<typename VectorType >
LinearSolveFunction<VectorType> SUNDIALS::internal::LinearSolverContent< VectorType >::lsolve

Definition at line 155 of file sunlinsol_wrapper.cc.

◆ P_data

template<typename VectorType >
void* SUNDIALS::internal::LinearSolverContent< VectorType >::P_data

Definition at line 157 of file sunlinsol_wrapper.cc.

◆ A_data

template<typename VectorType >
void* SUNDIALS::internal::LinearSolverContent< VectorType >::A_data

Definition at line 158 of file sunlinsol_wrapper.cc.

◆ pending_exception

template<typename VectorType >
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.


The documentation for this struct was generated from the following file: