T - type of the field elementspublic class ThreeEighthesFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>> extends AbstractFixedStepFieldIntegratorBuilder<T>
| Constructor and Description |
|---|
ThreeEighthesFieldIntegratorBuilder(double step)
Constructor.
|
ThreeEighthesFieldIntegratorBuilder(T step)
Constructor using a "fielded" step.
|
| 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.
|
checkStep, getFieldStepbuildIntegratorpublic ThreeEighthesFieldIntegratorBuilder(double step)
step - step size (s)ThreeEighthesFieldIntegratorpublic ThreeEighthesFieldIntegratorBuilder(T step)
WARNING : Given "fielded" step must be using the same field as the one that will be used when calling
buildIntegrator(org.hipparchus.Field<T>, org.orekit.orbits.Orbit, org.orekit.orbits.OrbitType)
step - step size (s)ThreeEighthesFieldIntegratorpublic 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.