GaussJacksonIntegrator#

class ansys.stk.core.stkobjects.astrogator.GaussJacksonIntegrator#

Bases: INumericalIntegrator

Gauss-Jackson Numerical Integrator.

Overview#

set_single_step_integrator

Change the stopping integrator.

initial_step

Get or set the initial step. Uses time dimension.

max_corrector_relative_err

Get or set the maximum relative error between corrector iterations. Dimensionless.

corrector_mode

Get or set the Predictor Corrector scheme.

max_corrector_iterations

Get or set the maximum corrector iterations. Dimensionless.

single_step_integrator

Get the stopping integrator; a single-step integrator.

single_step_integrator_type

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:

None