T
- type of the field elementspublic class AdamsMoultonFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>> extends AbstractLimitedVariableStepFieldIntegratorBuilder<T>
nSteps
dP, maxStep, minStep
Constructor and Description |
---|
AdamsMoultonFieldIntegratorBuilder(int nSteps,
double minStep,
double maxStep,
double dP)
Build a new instance.
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.ode.AbstractFieldIntegrator<T> |
buildIntegrator(org.hipparchus.Field<T> field,
Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
buildIntegrator
public AdamsMoultonFieldIntegratorBuilder(int nSteps, double minStep, double maxStep, double dP)
nSteps
- number of stepsminStep
- minimum step size (s)maxStep
- maximum step size (s)dP
- position error (m)AdamsMoultonFieldIntegrator
,
NumericalPropagator.tolerances(double, Orbit, OrbitType)
public org.hipparchus.ode.AbstractFieldIntegrator<T> buildIntegrator(org.hipparchus.Field<T> field, Orbit orbit, OrbitType orbitType)
buildIntegrator
in interface FieldODEIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>>
buildIntegrator
in class AbstractVariableStepFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>>
field
- field to which the elements belongorbit
- reference orbitorbitType
- orbit type to useCopyright © 2002-2023 CS GROUP. All rights reserved.