|
GridFire v0.7.0_rc2
General Purpose Nuclear Network
|
#include "gridfire/exceptions/error_gridfire.h"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. | |