libMesh::ConvergenceFailure Class Reference

#include <libmesh_exceptions.h>

Inheritance diagram for libMesh::ConvergenceFailure:

Public Member Functions

 ConvergenceFailure ()
 

Detailed Description

A class representing a solver's failure to converge, to be thrown by "libmesh_convergence_failure();" This should be a last resort; more often, a solve which has failed should be reattempted after switching to a smaller timestep, adding underrelaxation, taking a smaller continuation step, etc.

Definition at line 79 of file libmesh_exceptions.h.

Constructor & Destructor Documentation

◆ ConvergenceFailure()

libMesh::ConvergenceFailure::ConvergenceFailure ( )
inline

Definition at line 82 of file libmesh_exceptions.h.

82 : std::runtime_error( "Unrecoverable failure to converge" ) {}

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