Class ExpandableStatefulODE.SecondaryComponent

java.lang.Object
org.apache.commons.math3.ode.ExpandableStatefulODE.SecondaryComponent
Enclosing class:
ExpandableStatefulODE

private static class ExpandableStatefulODE.SecondaryComponent extends Object
Components of the compound stateful ODE.
  • Field Details

    • equation

      private final SecondaryEquations equation
      Secondary differential equation.
    • mapper

      private final EquationsMapper mapper
      Mapper between local and complete arrays.
    • state

      private final double[] state
      State.
    • stateDot

      private final double[] stateDot
      State derivative.
  • Constructor Details

    • SecondaryComponent

      SecondaryComponent(SecondaryEquations equation, int firstIndex)
      Simple constructor.
      Parameters:
      equation - secondary differential equation
      firstIndex - index to use for the first element in the complete arrays