T - type of the field elementspublic class AdamsBashforthFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>> extends AbstractLimitedVariableStepFieldIntegratorBuilder<T>
nStepsdP, maxStep, minStep| Constructor and Description |
|---|
AdamsBashforthFieldIntegratorBuilder(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.
|
buildIntegratorpublic AdamsBashforthFieldIntegratorBuilder(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)AdamsBashforthFieldIntegrator,
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.