#include "GAS_API.h"#include "GAS_SubSolver.h"#include "GAS_Utils.h"#include <UT/UT_RefArray.h>#include <UT/UT_Quaternion.h>#include <UT/UT_Vector.h>#include <UT/UT_ThreadedAlgorithm.h>Go to the source code of this file.
Classes | |
| class | GAS_Integrator |
| struct | GAS_Integrator::ObjectInfo |
| struct | GAS_Integrator::RungeKuttaDataTable |
Defines | |
| #define | GAS_RK_45_NUMSTEPS 6 |
| #define | GAS_RK_4_NUMSTEPS 4 |
| #define | GAS_RK_21_NUMSTEPS 3 |
| #define | GAS_RK_32_NUMSTEPS 4 |
| #define GAS_RK_21_NUMSTEPS 3 |
Definition at line 45 of file GAS_Integrator.h.
| #define GAS_RK_32_NUMSTEPS 4 |
Definition at line 46 of file GAS_Integrator.h.
| #define GAS_RK_45_NUMSTEPS 6 |
Definition at line 43 of file GAS_Integrator.h.
| #define GAS_RK_4_NUMSTEPS 4 |
Definition at line 44 of file GAS_Integrator.h.
1.5.9