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 |
EigenInverse< VECTOR >::AdditionalData::AdditionalData | ( | double | relaxation = 1. , |
|
unsigned int | start_adaption = 6 , |
|||
bool | use_residual = true | |||
) | [inline] |
Constructor.
double EigenInverse< VECTOR >::AdditionalData::relaxation |
Damping of the updated shift value.
Referenced by EigenInverse< VECTOR >::solve().
unsigned int EigenInverse< VECTOR >::AdditionalData::start_adaption |
Start step of adaptive shift parameter.
Referenced by EigenInverse< VECTOR >::solve().
bool EigenInverse< VECTOR >::AdditionalData::use_residual |
Flag for the stopping criterion.
Referenced by EigenInverse< VECTOR >::solve().