Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
NumericalPropagator |
NumericalPropagatorDefinition.createPropagator()
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
|
NumericalPropagator |
NumericalPropagatorDefinition.createPropagator(boolean includeIntegrationInfo)
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
|
NumericalPropagator |
NumericalPropagatorDefinition.createPropagator(boolean includeIntegrationInfo,
EvaluatorGroup group)
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
|
NumericalPropagator |
NumericalPropagatorDefinition.createPropagator(EvaluatorGroup group)
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
|
NumericalPropagator |
NumericalPropagatorDefinition.createPropagatorWithoutComputingAuxiliaryState()
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
|
NumericalPropagator |
NumericalPropagatorDefinition.createPropagatorWithoutComputingAuxiliaryState(boolean includeIntegrationInfo)
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
|
NumericalPropagator |
NumericalPropagatorDefinition.createPropagatorWithoutComputingAuxiliaryState(boolean includeIntegrationInfo,
EvaluatorGroup group)
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
|
NumericalPropagator |
NumericalPropagatorDefinition.createPropagatorWithoutComputingAuxiliaryState(EvaluatorGroup group)
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
|