Click or drag to resize

OdeSolverBaseConstMassMatrixOdeFcn Class

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

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

The OdeSolverBaseConstMassMatrixOdeFcn type exposes the following members.

Constructors
 NameDescription
Public methodOdeSolverBaseConstMassMatrixOdeFcn Constructs an instance of ConstMassMatrixOdeFcn for the given mass matrix and ODE function.
Top
Properties
 NameDescription
Public propertyIsGood Returns true if the LU factorization of mass matrix was successful.
Top
Methods
 NameDescription
Public methodEvaluate Evaluates the ODE function incorporating the mass matrix.
Top
See Also