Click or drag to resize

NumericalPropagatorDefinitionAdd Method

Overload List
  NameDescription
Public methodAdd(AuxiliaryStateElement)
Adds the given auxiliary element to the set of AuxiliaryElements which will be computed during propagation and stored in the raw state output.
Public methodAdd(PropagationStateCorrector)
Adds the given state corrector to the set of StateCorrectors which will operate on some or all of the IntegrationElements during propagation.
Public methodAdd(PropagationStateElement)
Adds the given state element to the set of IntegrationElements to be integrated by the NumericalPropagator.
Top
See Also