Click or drag to resize

NumericalPropagatorDefinitionCreatePropagator Method (Boolean, EvaluatorGroup)

Creates an object which can propagate the state over spans of time or manually step the state from one time to the next.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NumericalPropagator CreatePropagator(
	bool includeIntegrationInfo,
	EvaluatorGroup group
)

Parameters

includeIntegrationInfo
Type: SystemBoolean
Indicates whether to store meta-data from the integrator in the output.
group
Type: AGI.FoundationEvaluatorGroup
The group to use to create and parameterize all the evaluators associated with the state for use during propagation.

Return Value

Type: NumericalPropagator
The propagator which can advance the state.
See Also