
Go to the source code of this file.
Data Structures | |
| struct | sDamp |
| struct | sDampClass |
Defines | |
| #define | DampInit(type) |
| #define | DampNew(type, o) |
| #define | DampFree(o) |
| #define | DampRead(o) |
| #define | DampCalcCoeff(o, i, t, m, v, a, e) |
Typedefs | |
| typedef enum _damptype | eDampType |
Enumerations | |
| enum | _damptype { AUTO_GLOBAL, AUTO_LOCAL, RAYLEIGH, NumDampTypes } |
Functions | |
| void | DampingInit (void) |
| void | DampingFree (void) |
Variables | |
| sDampClass | DampClass [NumDampTypes] |
| sDamp * | DampObj |
| #define DampCalcCoeff | ( | o, | |||
| i, | |||||
| t, | |||||
| m, | |||||
| v, | |||||
| a, | |||||
| e | ) |
| #define DampFree | ( | o | ) |
| #define DampInit | ( | type | ) |
| #define DampNew | ( | type, | |||
| o | ) |
Value:
Definition at line 62 of file damp.h.
Referenced by _NfiReadDamping(), _NfiReadDampingGlobalParameter(), _NfiReadDampingLocalParameter(), and _NfiReadDampingRayleighParameter().
| #define DampRead | ( | o | ) |
Value:
Definition at line 70 of file damp.h.
Referenced by _NfiReadDamping(), _NfiReadDampingGlobalParameter(), _NfiReadDampingLocalParameter(), and _NfiReadDampingRayleighParameter().
| enum _damptype |
| void DampingFree | ( | void | ) |
| void DampingInit | ( | void | ) |
Definition at line 538 of file damp.c.
References AUTO_GLOBAL, AUTO_LOCAL, AutoGlobalInit(), AutoLocalInit(), DampInit, sDampClass::init, NumDampTypes, RAYLEIGH, and RayleighInit().

| sDampClass DampClass[NumDampTypes] |
1.5.3