#include <WsfRungeKuttaOrbitalIntegrator.hpp>
|
| static constexpr unsigned int | cORDER = Order |
| static constexpr unsigned int | cSTEPCOUNT = StepCount |
◆ ErrorCriterion
template<unsigned int Order, unsigned int StepCount, typename Integrator>
| Enumerator |
|---|
| cUNKNOWN_CRITERION | |
| cL_INFINITY_NORM | |
| cL_TWO_NORM | |
◆ WsfRungeKuttaOrbitalIntegrator() [1/2]
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ WsfRungeKuttaOrbitalIntegrator() [2/2]
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ ~WsfRungeKuttaOrbitalIntegrator()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ AdvanceToTime()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ GetErrorCriterion()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ GetErrorCriterionFromString()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ GetInitialStepSize()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ GetMaxAdjustmentAttempts()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ GetMaxStepSize()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ GetMinStepSize()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ GetStringFromCriterion()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ GetTolerance()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ ProcessInput()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
Process input from a generic source.
Examine the current input command. If it is NOT one of the commands recognized by this class then it simply returns 'false'. If it is one of the commands recognized by this class then it processes the command and returns 'true'.
- Parameters
-
| aInput | a reference to a UtInput object. |
- Returns
- 'true' if the command was one recognized by the class or 'false' if not.
- Exceptions
-
| UtInput::ExceptionBase | (or an object derived from it) if the command was recognized but contains some sort of error. |
- Note
- If a derived class does not recognize the command (i.e.: the return value is false) then it should call the base class ProcessInput method. This chain should continue until either the command is recognized or the top-level base class is encountered.
Reimplemented from WsfObject.
References cUNKNOWN_CRITERION, and GetErrorCriterionFromString().
◆ SetErrorCriterion()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ SetInitialStepSize()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ SetMaxAdjustmentAttempts()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ SetMaxStepSize()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ SetMinStepSize()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ SetTolerance()
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ cORDER
template<unsigned int Order, unsigned int StepCount, typename Integrator>
◆ cSTEPCOUNT
template<unsigned int Order, unsigned int StepCount, typename Integrator>
The documentation for this class was generated from the following file: