GaussJacksonIntegrator#
- class ansys.stk.core.stkobjects.astrogator.GaussJacksonIntegrator#
Bases:
INumericalIntegrator
Gauss-Jackson Numerical Integrator.
Overview#
Change the stopping integrator. |
Get or set the initial step. Uses time dimension. |
|
Get or set the maximum relative error between corrector iterations. Dimensionless. |
|
Get or set the Predictor Corrector scheme. |
|
Get or set the maximum corrector iterations. Dimensionless. |
|
Get the stopping integrator; a single-step integrator. |
|
Get the stopping integrator type. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import GaussJacksonIntegrator
Property detail#
- property GaussJacksonIntegrator.initial_step: float#
Get or set the initial step. Uses time dimension.
- property GaussJacksonIntegrator.max_corrector_relative_err: float#
Get or set the maximum relative error between corrector iterations. Dimensionless.
- property GaussJacksonIntegrator.corrector_mode: PredictorCorrector#
Get or set the Predictor Corrector scheme.
- property GaussJacksonIntegrator.max_corrector_iterations: int#
Get or set the maximum corrector iterations. Dimensionless.
- property GaussJacksonIntegrator.single_step_integrator: INumericalIntegrator#
Get the stopping integrator; a single-step integrator.
- property GaussJacksonIntegrator.single_step_integrator_type: NumericalIntegrator#
Get the stopping integrator type.
Method detail#
- GaussJacksonIntegrator.set_single_step_integrator(self, integrator: NumericalIntegrator) None #
Change the stopping integrator.
- Parameters:
integrator :
NumericalIntegrator
- Returns: