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.
Definition at line 125 of file segregated_fsi_solver.h.
|
inline |
Default constructor, does nothing.
Definition at line 130 of file segregated_fsi_solver.h.
bool oomph::SegregatedSolverError::Ran_out_of_iterations |
Boolean indicating if the error occured because we ran out of iterations
Definition at line 137 of file segregated_fsi_solver.h.
Referenced by oomph::SegregatableFSIProblem::steady_segregated_solve(), and oomph::SegregatableFSIProblem::unsteady_segregated_solve().