Click or drag to resize

DependentVariableDerivatives Properties

The DependentVariableDerivatives type exposes the following members.

Properties
  NameDescription
Public propertyDimension
Gets the total number of elements in the decomposed first-order derivative array.
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
Public propertyOrders
Gets or sets the orders of the differential equations in the differential equations. Higher order equations are decomposed into first-order derivatives of each dependent variable such that the length of this set of orders corresponds to the sum of the orders of the original equations. So if the original equations were: A first order, B third order, C second order, D first order, then the resulting orders of this system of equations will be: 1, 3, 2, 1, 2, 1, 1
Top
See Also