Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-3139-g1f7709904a 2025-04-24 22:10:00+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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: