dune-istl 2.8.0
Loading...
Searching...
No Matches
Dune::SolverAbort Class Reference

Thrown when a solver aborts due to some problem. More...

#include <dune/istl/istlexception.hh>

Inheritance diagram for Dune::SolverAbort:
Inheritance graph

Public Member Functions

void message (const std::string &msg)
 
const char * what () const noexcept override
 
what (T... args)
 

Static Public Member Functions

static void registerHook (ExceptionHook *hook)
 
static void clearHook ()
 

Detailed Description

Thrown when a solver aborts due to some problem.

Problems that may cause the solver to abort include a NaN detected during the convergence check (which may be caused by invalid input data), or breakdown conditions (which can happen e.g. in BiCGSTABSolver or RestartedGMResSolver).


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