PYME.simulation.ChemDE.reactions module

class PYME.simulation.ChemDE.reactions.Reaction(equation, k_forward=0, k_reverse=0, name=None, catalysts=[])

Methods

getDEs([ties])
getRateInfo(species, ties, constants)
getSpecies()
getDEs(ties={})
getRateInfo(species, ties, constants)
getSpecies()
class PYME.simulation.ChemDE.reactions.Stimulus(initValue, times, values)

Piecewise constant stimulus function

Methods

__call__(t)
class PYME.simulation.ChemDE.reactions.System(reactions, constants={}, stimulae={}, ties={})

Methods

GenerateGradAndJacCode()
GradFcn(t, y)
JacFcn(t, y)
getDEs()
solve(tvals[, grad])
GenerateGradAndJacCode()
GradFcn(t, y)
JacFcn(t, y)
getDEs()
solve(tvals, grad=False)
PYME.simulation.ChemDE.reactions.gradFunction(t, y, dtype, DEs, constants, stimulae)