Class IntegrationFailureB

Inheritance Relationships

Base Type

Class Documentation

class 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 CVODES/IDAS

  • t – time of integration failure

Public Members

int error_code

error code returned by CVODES/IDAS

realtype time

time of integration failure