dune-fem  2.4.1-rc
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
parDG_NoMPI::IterativeSolver Class Reference
Inheritance diagram for parDG_NoMPI::IterativeSolver:
Inheritance graph

Public Member Functions

void set_tolerance (double tol, bool relative=true)
 
void set_max_number_of_iterations (int iter)
 
void set_output (std::ostream &os)
 
int number_of_iterations () const
 
void reset_number_of_iterations ()
 

Protected Member Functions

 IterativeSolver ()
 

Protected Attributes

double tolerance
 
bool relative_tolerance
 
int max_num_of_iterations
 
int num_of_iterations
 
std::ostream * os
 

Constructor & Destructor Documentation

parDG_MPI::IterativeSolver::IterativeSolver ( )
protected

Member Function Documentation

int parDG_MPI::IterativeSolver::number_of_iterations ( ) const
void parDG_MPI::IterativeSolver::reset_number_of_iterations ( )
void parDG_MPI::IterativeSolver::set_max_number_of_iterations ( int  iter)
void parDG_MPI::IterativeSolver::set_output ( std::ostream &  os)
void parDG_MPI::IterativeSolver::set_tolerance ( double  tol,
bool  relative = true 
)

Member Data Documentation

int parDG_NoMPI::IterativeSolver::max_num_of_iterations
protected
int parDG_NoMPI::IterativeSolver::num_of_iterations
protected
std::ostream* parDG_NoMPI::IterativeSolver::os
protected
bool parDG_NoMPI::IterativeSolver::relative_tolerance
protected
double parDG_NoMPI::IterativeSolver::tolerance
protected

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