WSF
WsfScriptPrinceDormand78.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2020 Infoscitex, a DCS Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFSCRIPTPRINCEDORMAND78_HPP
13#define WSFSCRIPTPRINCEDORMAND78_HPP
14
16
18{
19public:
20 WsfScriptPrinceDormand78Integrator(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
22
23 void* Create(const UtScriptContext& aInstance) override;
24 void Destroy(void* aObjectPtr) override;
25
28 UT_DECLARE_SCRIPT_METHOD(MaxAdjustmentAttempts);
29 UT_DECLARE_SCRIPT_METHOD(SetMaxAdjustmentAttempts);
31 UT_DECLARE_SCRIPT_METHOD(SetMaxStepSize);
33 UT_DECLARE_SCRIPT_METHOD(SetMinStepSize);
34 UT_DECLARE_SCRIPT_METHOD(ErrorCriterion);
35 UT_DECLARE_SCRIPT_METHOD(SetErrorCriterion);
36 UT_DECLARE_SCRIPT_METHOD(InitialStepSize);
37 UT_DECLARE_SCRIPT_METHOD(SetInitialStepSize);
40};
41
42#endif // WSFSCRIPTPRINCEDORMAND45_HPP
WsfScriptOrbitalIntegrator(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptOrbitalIntegrator.cpp:17
UT_DECLARE_SCRIPT_METHOD(SetInitialStepSize)
UT_DECLARE_SCRIPT_METHOD(SetMinStepSize)
UT_DECLARE_SCRIPT_METHOD(MaxAdjustmentAttempts)
UT_DECLARE_SCRIPT_METHOD(SetErrorCriterion)
~WsfScriptPrinceDormand78Integrator() override=default
void * Create(const UtScriptContext &aInstance) override
Definition WsfScriptPrinceDormand78.cpp:43
UT_DECLARE_SCRIPT_METHOD(ErrorCriterion)
UT_DECLARE_SCRIPT_METHOD(SetMaxStepSize)
WsfScriptPrinceDormand78Integrator(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptPrinceDormand78.cpp:19
UT_DECLARE_SCRIPT_METHOD(SetMaxAdjustmentAttempts)
void Destroy(void *aObjectPtr) override
Definition WsfScriptPrinceDormand78.cpp:48
UT_DECLARE_SCRIPT_METHOD(InitialStepSize)
Copyrights Multiple, All Rights Reserved