HDK
|
#include "GAS_API.h"
#include "GAS_SubSolver.h"
#include "GAS_Utils.h"
#include <UT/UT_ValArray.h>
#include <UT/UT_Quaternion.h>
#include <UT/UT_Vector.h>
#include <UT/UT_VectorTypes.h>
#include <UT/UT_ThreadedAlgorithm.h>
Go to the source code of this file.
Classes | |
class | GAS_Integrator |
Macros | |
#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_EULER_NUMSTEPS 1 |
#define | GAS_MIDPOINT_NUMSTEPS 2 |
#define GAS_EULER_NUMSTEPS 1 |
Definition at line 38 of file GAS_Integrator.h.
#define GAS_MIDPOINT_NUMSTEPS 2 |
Definition at line 39 of file GAS_Integrator.h.
#define GAS_RK_21_NUMSTEPS 3 |
Definition at line 36 of file GAS_Integrator.h.
#define GAS_RK_32_NUMSTEPS 4 |
Definition at line 37 of file GAS_Integrator.h.
#define GAS_RK_45_NUMSTEPS 6 |
Definition at line 34 of file GAS_Integrator.h.
#define GAS_RK_4_NUMSTEPS 4 |
Definition at line 35 of file GAS_Integrator.h.