ODEBND
mc::ODEBND_VAL< T, PMT, PVT >::Exceptions Class Reference

Structure for setting up storing the solver exceptions.

#include <odebnd_val.hpp>

List of all members.

Public Types

enum  TYPE { REINIT = 1, HREDUC, UNDEF = -33 }
 Enumeration type for ODEBND_VAL exception handling. More...

Public Member Functions

 Exceptions (TYPE ierr)
 Constructor for error ierr
int ierr ()
 Inline function returning the error flag.
std::string what ()
 Inline function returning the error description.

template<typename T, typename PMT = mc::TModel<T>, typename PVT = mc::TVar<T>>
class mc::ODEBND_VAL< T, PMT, PVT >::Exceptions


Member Enumeration Documentation

template<typename T , typename PMT = mc::TModel<T>, typename PVT = mc::TVar<T>>
enum mc::ODEBND_VAL::Exceptions::TYPE
Enumerator:
REINIT 

Error due to state reinitialization at intermediate stage.

HREDUC 

Error due to an invalid stepsize reduction parameter.

UNDEF 

Error due to calling a function/feature not yet implemented.


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