Reference documentation for deal.II version 8.1.0
Public Member Functions | Public Attributes | List of all members
SLEPcWrappers::SolverBase::SolverData Struct Reference

Public Member Functions

 ~SolverData ()
 

Public Attributes

EPS eps
 
EPSConvergedReason reason
 

Detailed Description

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.

Constructor & Destructor Documentation

SLEPcWrappers::SolverBase::SolverData::~SolverData ( )

Destructor.

Member Data Documentation

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.


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