![]() |
Reference documentation for deal.II version 8.1.0
|
Public Member Functions | |
~SolverData () | |
Public Attributes | |
EPS | eps |
EPSConvergedReason | reason |
Objects of this type are explicitly created, but are destroyed when the surrounding solver object goes out of scope, or when we assign a new value to the pointer to this object. The respective Destroy functions are therefore written into the destructor of this object, even though the object does not have a constructor.
Definition at line 406 of file slepc_solver.h.
SLEPcWrappers::SolverBase::SolverData::~SolverData | ( | ) |
Destructor.
EPS SLEPcWrappers::SolverBase::SolverData::eps |
Objects for Eigenvalue Problem Solver.
Definition at line 417 of file slepc_solver.h.
EPSConvergedReason SLEPcWrappers::SolverBase::SolverData::reason |
Convergence.
Definition at line 422 of file slepc_solver.h.