Registry
IConvergenceCheck Class Reference
+ Inheritance diagram for IConvergenceCheck:

Public Member Functions

double avg_rate () const
 
std::string config_string () const
 
double defect () const
 returns the current defect More...
 
bool iteration_ended ()
 
double reduction () const
 returns the current relative reduction More...
 
int step () const
 returns the current number of steps More...
 

Private Member Functions

 IConvergenceCheck ()=delete
 Constructor hidden / deactivated. More...
 

Detailed Description

Note
default specialization is IConvergenceCheckCPU1
See also
ug::IConvergenceCheck

Constructor & Destructor Documentation

◆ IConvergenceCheck()

IConvergenceCheck ( )
privatedelete

Constructor hidden / deactivated.

Member Function Documentation

◆ avg_rate()

double avg_rate ( ) const
inline

◆ config_string()

std::string config_string ( ) const
inline

◆ defect()

double defect ( ) const
inline

returns the current defect

Returns
defect

References IConvergenceCheck< TVector >::defect().

◆ iteration_ended()

bool iteration_ended ( )
inline

◆ reduction()

double reduction ( ) const
inline

returns the current relative reduction

Returns
reduction

References IConvergenceCheck< TVector >::reduction().

◆ step()

int step ( ) const
inline

returns the current number of steps

Returns
step

References IConvergenceCheck< TVector >::step().