GridFire v0.7.1_rc2
General Purpose Nuclear Network
Loading...
Searching...
No Matches
error_solver.h File Reference
Include dependency graph for error_solver.h:
This graph shows which files directly or indirectly include this file:

Classes

class  gridfire::exceptions::SolverError
 Base class for all exceptions related to solver operations. More...
 
class  gridfire::exceptions::SingularJacobianError
 Exception thrown when the Jacobian matrix is singular. More...
 
class  gridfire::exceptions::IllConditionedJacobianError
 Exception thrown when the Jacobian matrix is ill-conditioned. More...
 
class  gridfire::exceptions::SUNDIALSError
 Base class for exceptions related to SUNDIALS solver operations. More...
 
class  gridfire::exceptions::CVODESolverFailureError
 Exception for failures in the CVODE solver. More...
 
class  gridfire::exceptions::KINSolSolverFailureError
 Exception for failures in the KINSOL solver. More...
 

Namespaces

namespace  gridfire
 
namespace  gridfire::exceptions
 Namespace for GridFire exception classes. All custom exceptions defined in GridFire inherit from std::exception and are organized within this namespace for clarity and modularity.