Base class for ODE solvers which use a Runge-Kutta order 5 algorithm.
Includes enums and functions for incorporating mass matrices into ODE's.
The OdeSolverBase..::.ConstMassMatrixOdeFcn type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OdeSolverBase..::.ConstMassMatrixOdeFcn |
Constructs an instance of ConstMassMatrixOdeFcn for the given
mass matrix and ODE function.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Evaluate |
Evaluates the ODE function incorporating the mass matrix.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| IsGood |
Returns true if the LU factorization of mass matrix was successful.
|