Click or drag to resize

OdeSolverBaseMassMatrixOdeFcn Class

When solving ODE's of the form y' = M(t,y)*f(t,y) where M is a time-state dependent "mass" matrix, this class provides a function g(t,y) for the right hand side of the above equation which incorporates the mass matrix function M(t,y).
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreOdeSolverBaseMassMatrixOdeFcn

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected class MassMatrixOdeFcn

The OdeSolverBaseMassMatrixOdeFcn type exposes the following members.

Constructors
 NameDescription
Public methodOdeSolverBaseMassMatrixOdeFcn Constructs an instance of ConstMassMatrixOdeFcn for the given mass matrix function and ODE function.
Top
Methods
 NameDescription
Public methodEvaluate Evaluates the ODE function incorporating the mass matrix function.
Top
See Also