Reaktoro
A unified framework for modeling chemically reactive systems
DaeProblem Member List

This is the complete list of members for DaeProblem, including all inherited members.

DaeProblem()DaeProblem
DaeProblem(const DaeProblem &other)DaeProblem
function() const -> const DaeFunction &DaeProblem
function(double t, VectorConstRef y, VectorConstRef ydot, VectorRef f) const -> intDaeProblem
initialized() const -> boolDaeProblem
jacobian() const -> const DaeJacobian &DaeProblem
jacobian(double t, VectorConstRef y, VectorConstRef ydot, MatrixRef J) const -> intDaeProblem
numEquations() const -> unsignedDaeProblem
operator=(DaeProblem other) -> DaeProblem &DaeProblem
setFunction(const DaeFunction &f) -> voidDaeProblem
setJacobian(const DaeJacobian &J) -> voidDaeProblem
setNumEquations(unsigned num) -> voidDaeProblem
~DaeProblem()DaeProblemvirtual