private static class ExpandableStatefulODE.SecondaryComponent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private SecondaryEquations |
equation
Secondary differential equation.
|
private EquationsMapper |
mapper
Mapper between local and complete arrays.
|
private double[] |
state
State.
|
private double[] |
stateDot
State derivative.
|
Constructor and Description |
---|
SecondaryComponent(SecondaryEquations equation,
int firstIndex)
Simple constructor.
|
private final SecondaryEquations equation
private final EquationsMapper mapper
private final double[] state
private final double[] stateDot
public SecondaryComponent(SecondaryEquations equation, int firstIndex)
equation
- secondary differential equationfirstIndex
- index to use for the first element in the complete arraysCopyright (c) 2003-2016 Apache Software Foundation