suanPan
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
AbsError Class Referencefinal

The AbsError class that handles converger test to indicate if the iteration converges. More...

#include <AbsError.h>

Inheritance diagram for AbsError:
Collaboration diagram for AbsError:

Public Member Functions

 AbsError (unsigned=0, double=1E-8, unsigned=7, bool=false)
 The default constructor.
 
unique_ptr< Convergerget_copy () override
 
bool is_converged (unsigned) override
 Method to return conv_flag.
 
- Public Member Functions inherited from Converger
 Converger (unsigned=0, double=1E-8, unsigned=10, bool=false)
 the complete constructor.
 
 Converger (const Converger &)=default
 
 Converger (Converger &&)=default
 
Convergeroperator= (const Converger &)=delete
 
Convergeroperator= (Converger &&)=delete
 
 ~Converger () override=default
 
virtual int initialize ()
 
void set_tolerance (double)
 method to set tolerance.
 
double get_tolerance () const
 method to return tolerance.
 
void set_max_iteration (unsigned)
 
unsigned get_max_iteration () const
 
void set_domain (const weak_ptr< DomainBase > &)
 method to set DomainBase.
 
const weak_ptr< DomainBase > & get_domain () const
 method to return DomainBase.
 
virtual void set_error (double)
 method to set error.
 
double get_error () const
 method to return error.
 
virtual void set_conv_flag (bool)
 method to set conv_flag.
 
bool get_conv_flag () const
 method to return conv_flag.
 
- Public Member Functions inherited from Tag
 Tag (unsigned=0)
 
 Tag (const Tag &)=default
 
 Tag (Tag &&)=default
 
Tagoperator= (const Tag &)=delete
 
Tagoperator= (Tag &&)=delete
 
virtual ~Tag ()=default
 
void set_tag (unsigned) const
 
unsigned get_tag () const
 
void enable ()
 
void disable ()
 
void guard ()
 
void unguard ()
 
bool is_active () const
 
bool is_guarded () const
 
virtual void print ()
 

Additional Inherited Members

- Protected Member Functions inherited from Converger
vec get_residual () const
 
bool is_print () const
 method to return print_flag.
 

Detailed Description

The AbsError class that handles converger test to indicate if the iteration converges.

The criterion:

\begin{gather} e<E, \end{gather}

where \(E\) is the tolerance and \(e\) is the error provided by the Workshop.

Author
tlc
Date
08/08/2017
Version
0.2.0

Constructor & Destructor Documentation

◆ AbsError()

AbsError::AbsError ( unsigned T = 0,
double E = 1E-8,
unsigned M = 7,
bool P = false )
explicit

The default constructor.

Parameters
Tunique_tag
Etolerance
Mmax_iteration
Pprint_flag

Member Function Documentation

◆ get_copy()

unique_ptr< Converger > AbsError::get_copy ( )
overridevirtual

Implements Converger.

◆ is_converged()

bool AbsError::is_converged ( unsigned )
overridevirtual

Method to return conv_flag.

Returns
conv_flag

Implements Converger.

Here is the call graph for this function:

The documentation for this class was generated from the following files: