Reference documentation for deal.II version 9.5.1
\(\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
TrilinosWrappers::SolverBelos< VectorType >::AdditionalData Struct Reference

#include <deal.II/lac/trilinos_solver.h>

Public Member Functions

 AdditionalData (const SolverName solver_name=SolverName::cg, const bool right_preconditioning=false)
 

Public Attributes

SolverName solver_name
 
bool right_preconditioning
 

Detailed Description

template<typename VectorType>
struct TrilinosWrappers::SolverBelos< VectorType >::AdditionalData

Struct that helps to configure SolverBelos. More advanced parameters are passed to the constructor SolverBelos directly via a Teuchos::ParameterList.

Definition at line 678 of file trilinos_solver.h.

Constructor & Destructor Documentation

◆ AdditionalData()

template<typename VectorType >
TrilinosWrappers::SolverBelos< VectorType >::AdditionalData::AdditionalData ( const SolverName  solver_name = SolverName::cg,
const bool  right_preconditioning = false 
)
inline

Constructor.

Definition at line 683 of file trilinos_solver.h.

Member Data Documentation

◆ solver_name

template<typename VectorType >
SolverName TrilinosWrappers::SolverBelos< VectorType >::AdditionalData::solver_name

Solver type;

Definition at line 692 of file trilinos_solver.h.

◆ right_preconditioning

template<typename VectorType >
bool TrilinosWrappers::SolverBelos< VectorType >::AdditionalData::right_preconditioning

Flag for right preconditioning.

Definition at line 697 of file trilinos_solver.h.


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