Reference documentation for deal.II version 9.0.0
|
#include <deal.II/lac/slepc_solver.h>
Public Member Functions | |
AdditionalData (const EPSLanczosReorthogType r=EPS_LANCZOS_REORTHOG_FULL) | |
Public Attributes | |
EPSLanczosReorthogType | reorthog |
Standardized data struct to pipe additional data to the solver, should it be needed.
Definition at line 481 of file slepc_solver.h.
SLEPcWrappers::SolverLanczos::AdditionalData::AdditionalData | ( | const EPSLanczosReorthogType | r = EPS_LANCZOS_REORTHOG_FULL | ) |
Constructor. By default sets the type of reorthogonalization used during the Lanczos iteration to full.
Definition at line 374 of file slepc_solver.cc.
EPSLanczosReorthogType SLEPcWrappers::SolverLanczos::AdditionalData::reorthog |
The type of reorthogonalization used during the Lanczos iteration.
Definition at line 486 of file slepc_solver.h.