////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// 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 |
Boolean indicating if the error occured because we ran out of iterations. More... | |
////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////
A class to handle errors in the Segregated solver
Definition at line 143 of file segregated_fsi_solver.h.
|
inline |
Default constructor, does nothing.
Definition at line 147 of file segregated_fsi_solver.h.
References Ran_out_of_iterations.
bool oomph::SegregatedSolverError::Ran_out_of_iterations |
Boolean indicating if the error occured because we ran out of iterations.
Definition at line 154 of file segregated_fsi_solver.h.
Referenced by SegregatedSolverError(), oomph::SegregatableFSIProblem::steady_segregated_solve(), and oomph::SegregatableFSIProblem::unsteady_segregated_solve().