Click or drag to resize

NumericalPropagatorDefinitionAdd Method (PropagationStateElement)

Adds the given state element to the set of IntegrationElements to be integrated by the NumericalPropagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Add(
	PropagationStateElement stateElement
)

Parameters

stateElement
Type: AGI.Foundation.Propagators.AdvancedPropagationStateElement
The state element to add to the state.
See Also