Class IntegrationFailure

Inheritance Relationships

Base Type

Class Documentation

class amici::IntegrationFailure : public amici::AmiException

Integration failure exception for the forward 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

IntegrationFailure(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 cvodes/idas

realtype time

time of integration failure