a struct to collect information about the convergence checking More...
#include <WellInterface.hpp>
Classes | |
struct | ProblemWell |
Public Member Functions | |
ConvergenceReport & | operator+= (const ConvergenceReport &rhs) |
Public Attributes | |
bool | converged = true |
bool | nan_residual_found = false |
std::vector< ProblemWell > | nan_residual_wells |
bool | too_large_residual_found = false |
std::vector< ProblemWell > | too_large_residual_wells |
a struct to collect information about the convergence checking