Class IntegrationFailureB

Inheritance Relationships

Base Type

Class Documentation

class amici::IntegrationFailureB : public amici::AmiException

Integration failure exception for the backward problem.

This exception should be thrown when an integration failure occurred for this exception we can assume that we can recover from the exception and return a solution struct to the user

Public Functions

IntegrationFailureB(int code, realtype t)

Constructor.

Parameters
  • code: error code returned by cvode/ida

  • t: time of integration failure

Public Members

int error_code

error code returned by cvode/ida

realtype time

time of integration failure