Package org.apache.commons.math3.ode
Class ExpandableStatefulODE.SecondaryComponent
java.lang.Object
org.apache.commons.math3.ode.ExpandableStatefulODE.SecondaryComponent
- Enclosing class:
ExpandableStatefulODE
Components of the compound stateful ODE.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SecondaryEquationsSecondary differential equation.private final EquationsMapperMapper between local and complete arrays.private final double[]State.private final double[]State derivative. -
Constructor Summary
ConstructorsConstructorDescriptionSecondaryComponent(SecondaryEquations equation, int firstIndex) Simple constructor. -
Method Summary
-
Field Details
-
equation
Secondary differential equation. -
mapper
Mapper between local and complete arrays. -
state
private final double[] stateState. -
stateDot
private final double[] stateDotState derivative.
-
-
Constructor Details
-
SecondaryComponent
SecondaryComponent(SecondaryEquations equation, int firstIndex) Simple constructor.- Parameters:
equation- secondary differential equationfirstIndex- index to use for the first element in the complete arrays
-