EigenInverse< VECTOR >::AdditionalData Struct Reference

List of all members.

Public Member Functions

 AdditionalData (double relaxation=1., unsigned int start_adaption=6, bool use_residual=true)

Public Attributes

double relaxation
unsigned int start_adaption
bool use_residual

Detailed Description

template<class VECTOR = Vector<double>>
struct EigenInverse< VECTOR >::AdditionalData

Standardized data struct to pipe additional data to the solver.


Constructor & Destructor Documentation

template<class VECTOR = Vector<double>>
EigenInverse< VECTOR >::AdditionalData::AdditionalData ( double  relaxation = 1.,
unsigned int  start_adaption = 6,
bool  use_residual = true 
) [inline]

Constructor.


Member Data Documentation

template<class VECTOR = Vector<double>>
double EigenInverse< VECTOR >::AdditionalData::relaxation

Damping of the updated shift value.

Referenced by EigenInverse< VECTOR >::solve().

template<class VECTOR = Vector<double>>
unsigned int EigenInverse< VECTOR >::AdditionalData::start_adaption

Start step of adaptive shift parameter.

Referenced by EigenInverse< VECTOR >::solve().

template<class VECTOR = Vector<double>>
bool EigenInverse< VECTOR >::AdditionalData::use_residual

Flag for the stopping criterion.

Referenced by EigenInverse< VECTOR >::solve().


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

deal.II documentation generated on Mon Nov 23 22:57:40 2009 by doxygen 1.6.1