Reference documentation for deal.II version GIT relicensing-422-gb369f187d8 2024-04-17 18:10: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
SLEPcWrappers::SolverLanczos::AdditionalData Struct Reference

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

Public Member Functions

 AdditionalData (const EPSLanczosReorthogType r=EPS_LANCZOS_REORTHOG_FULL)
 

Public Attributes

EPSLanczosReorthogType reorthog
 

Detailed Description

Standardized data struct to pipe additional data to the solver, should it be needed.

Definition at line 490 of file slepc_solver.h.

Constructor & Destructor Documentation

◆ AdditionalData()

SLEPcWrappers::SolverLanczos::AdditionalData::AdditionalData ( const EPSLanczosReorthogType  r = EPS_LANCZOS_REORTHOG_FULL)
explicit

Constructor. By default sets the type of reorthogonalization used during the Lanczos iteration to full.

Definition at line 403 of file slepc_solver.cc.

Member Data Documentation

◆ reorthog

EPSLanczosReorthogType SLEPcWrappers::SolverLanczos::AdditionalData::reorthog

The type of reorthogonalization used during the Lanczos iteration.

Definition at line 495 of file slepc_solver.h.


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