T
- type of the field elementspublic abstract class AbstractVariableStepFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>> extends AbstractFieldIntegratorBuilder<T>
Modifier and Type | Field and Description |
---|---|
protected double |
dP
Position error (m).
|
protected double |
maxStep
Maximum step size (s).
|
protected double |
minStep
Minimum step size (s).
|
Modifier and Type | Method and Description |
---|---|
abstract org.hipparchus.ode.AbstractFieldIntegrator<T> |
buildIntegrator(org.hipparchus.Field<T> field,
Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
buildIntegrator
protected final double minStep
protected final double maxStep
protected final double dP
public abstract 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 AbstractFieldIntegratorBuilder<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.