static <T extends CalculusFieldElement<T>> void |
FieldExplicitRungeKuttaIntegrator.applyInternalButcherWeights(FieldExpandableODE<T> equations,
T t0,
T[] y0,
T h,
double[][] a,
double[] c,
T[][] yDotK) |
Apply internal weights of Butcher array, with corresponding times.
|
static <T extends CalculusFieldElement<T>> void |
FieldExplicitRungeKuttaIntegrator.applyInternalButcherWeights(FieldExpandableODE<T> equations,
T t0,
T[] y0,
T h,
T[][] a,
T[] c,
T[][] yDotK) |
Apply internal weights of Butcher array, with corresponding times.
|
protected FieldODEStateAndDerivative<T> |
EmbeddedRungeKuttaFieldIntegrator.initIntegration(FieldExpandableODE<T> eqn,
FieldODEState<T> s0,
T t) |
Prepare the start of an integration.
|
protected FieldODEStateAndDerivative<T> |
FixedStepRungeKuttaFieldIntegrator.initIntegration(FieldExpandableODE<T> eqn,
FieldODEState<T> s0,
T t) |
Prepare the start of an integration.
|
FieldODEStateAndDerivative<T> |
AdamsFieldIntegrator.integrate(FieldExpandableODE<T> equations,
FieldODEState<T> initialState,
T finalTime) |
Integrate the differential equations up to the given time.
|
FieldODEStateAndDerivative<T> |
EmbeddedRungeKuttaFieldIntegrator.integrate(FieldExpandableODE<T> equations,
FieldODEState<T> initialState,
T finalTime) |
Integrate the differential equations up to the given time.
|
FieldODEStateAndDerivative<T> |
FixedStepRungeKuttaFieldIntegrator.integrate(FieldExpandableODE<T> equations,
FieldODEState<T> initialState,
T finalTime) |
Integrate the differential equations up to the given time.
|