Public Member Functions | Public Attributes | List of all members
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.

Definition at line 125 of file segregated_fsi_solver.h.

Constructor & Destructor Documentation

◆ SegregatedSolverError()

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

Default constructor, does nothing.

Definition at line 130 of file segregated_fsi_solver.h.

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

Definition at line 137 of file segregated_fsi_solver.h.

Referenced by oomph::SegregatableFSIProblem::steady_segregated_solve(), and oomph::SegregatableFSIProblem::unsteady_segregated_solve().


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