DependentVariableDifferentialEquation Methods |
The DependentVariableDifferentialEquation type exposes the following members.
Name | Description | |
---|---|---|
AddDerivatives |
Compute and add the derivatives of the dependent variables to the given derivativeArray.
Since the derivativeArray may already contain derivative information from other sources,
do not overwrite existing values but instead add the derivatives of the given mode to
the existing values.
(Overrides DependentVariableDerivativesAddDerivatives(Double, Double, DerivativeMode, Double).) | |
Clone |
Clones this object using the specified context.
(Overrides DependentVariableDerivativesClone(CopyContext).) | |
ComputeDerivatives(Double, Double, Double) |
Compute the derivatives of the dependent variables and store them to the given array.
(Inherited from DependentVariableDerivatives.) | |
ComputeDerivatives(Double, Double, Double, Double) |
Compute the "fast" derivatives of the dependent variables, add them to the given
"slow" derivatives, and store them to the given array. "Fast" derivatives are ones
which are most important for the dynamics of the system and can be computed quickly.
Some integrators optimize performance by only computing "fast" intervals when only
an approximation of the overall derivative is required.
(Inherited from DependentVariableDerivatives.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDimensionForOrder |
Get the number of elements in the dependent variables which are of
the given order.
(Inherited from DependentVariableDerivatives.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |