oomph::SegregatedSolverError Class Reference

A class to handle errors in the Segregated solver. More...

#include <segregated_fsi_solver.h>

Public Member Functions

 SegregatedSolverError (const bool &ran_out_of_iterations=false)
 Default constructor, does nothing. More...
 

Public Attributes

bool Ran_out_of_iterations
 

Detailed Description

A class to handle errors in the Segregated solver.

////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////

Constructor & Destructor Documentation

◆ SegregatedSolverError()

oomph::SegregatedSolverError::SegregatedSolverError ( const bool ran_out_of_iterations = false)
inline

Default constructor, does nothing.

148  {
149  Ran_out_of_iterations = ran_out_of_iterations;
150  }
bool Ran_out_of_iterations
Definition: segregated_fsi_solver.h:154

References Ran_out_of_iterations.

Member Data Documentation

◆ Ran_out_of_iterations

bool oomph::SegregatedSolverError::Ran_out_of_iterations

Boolean indicating if the error occured because we ran out of iterations

Referenced by SegregatedSolverError().


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