Class ExpandableStatefulODE.SecondaryComponent

  • Enclosing class:
    ExpandableStatefulODE

    private static class ExpandableStatefulODE.SecondaryComponent
    extends java.lang.Object
    Components of the compound stateful ODE.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 Detail

      • 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