Struct SimulationState

Struct Documentation

struct SimulationState

implements an exchange format to store and transfer the state of a simulation at a specific timepoint.

Public Members

realtype t

timepoint

AmiVector x

partial state vector, excluding states eliminated from conservation laws

AmiVector dx

partial time derivative of state vector, excluding states eliminated from conservation laws

AmiVectorArray sx

partial sensitivity state vector array, excluding states eliminated from conservation laws

ModelState state

state of the model that was used for simulation