Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.3.3
\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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
SUNDIALS::internal::LinearSolverContent< VectorType > Struct Template Reference
Inheritance diagram for SUNDIALS::internal::LinearSolverContent< VectorType >:
[legend]

Public Attributes

ATimesFn a_times_fn
 
PSetupFn preconditioner_setup
 
PSolveFn preconditioner_solve
 
LinearSolveFunction< VectorType > lsolve
 
void * P_data
 
void * A_data
 

Detailed Description

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

storage for internal content of the linear solver wrapper

Definition at line 65 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 67 of file sunlinsol_wrapper.cc.

◆ preconditioner_setup

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

Definition at line 68 of file sunlinsol_wrapper.cc.

◆ preconditioner_solve

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

Definition at line 69 of file sunlinsol_wrapper.cc.

◆ lsolve

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

Definition at line 71 of file sunlinsol_wrapper.cc.

◆ P_data

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

Definition at line 73 of file sunlinsol_wrapper.cc.

◆ A_data

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

Definition at line 74 of file sunlinsol_wrapper.cc.


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