![]() |
|
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 |
A class to handle errors in the Segregated solver.
////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////
|
inline |
Default constructor, does nothing.
References 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().