T - type of the field elementspublic class HighamHall54FieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>> extends AbstractVariableStepFieldIntegratorBuilder<T>
dP, maxStep, minStep| Constructor and Description |
|---|
HighamHall54FieldIntegratorBuilder(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 HighamHall54FieldIntegratorBuilder(double minStep,
double maxStep,
double dP)
minStep - minimum step size (s)maxStep - maximum step size (s)dP - position error (m)HighamHall54FieldIntegrator,
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.