![]() |
Astaroth
2.2
|
Brief info. More...
Include dependency graph for modelsolver.c:Data Structures | |
| struct | Matrix |
| struct | ScalarData |
| struct | VectorData |
Macros | |
| #define | LDENSITY (1) |
| #define | LHYDRO (1) |
| #define | LMAGNETIC (1) |
| #define | LENTROPY (1) |
| #define | LTEMPERATURE (0) |
| #define | LFORCING (0) |
| #define | LUPWD (1) |
| #define | AC_THERMAL_CONDUCTIVITY ((Scalar)(0.001)) |
| #define | fabs fabsf |
| #define | exp expf |
| #define | sqrt sqrtf |
| #define | MID (STENCIL_ORDER / 2) |
| #define | MID (STENCIL_ORDER / 2) |
| #define | MID (STENCIL_ORDER / 2) |
| #define | H_CONST ((Scalar)(0.0)) |
| #define | C_CONST ((Scalar)(0.0)) |
Typedefs | |
| typedef AcReal | Scalar |
| typedef float Vector | __attribute__((vector_size(4 *sizeof(float)))) |
Functions | |
| Scalar | upwd_der6 (const VectorData uu, const ScalarData lnrho) |
| AcResult | acModelIntegrateStep (AcMesh mesh, const AcReal dt) |
Brief info.
Detailed info.
| #define AC_THERMAL_CONDUCTIVITY ((Scalar)(0.001)) |
| #define C_CONST ((Scalar)(0.0)) |
| #define exp expf |
| #define fabs fabsf |
| #define H_CONST ((Scalar)(0.0)) |
| #define LDENSITY (1) |
| #define LENTROPY (1) |
| #define LFORCING (0) |
| #define LHYDRO (1) |
| #define LMAGNETIC (1) |
| #define LTEMPERATURE (0) |
| #define LUPWD (1) |
| #define MID (STENCIL_ORDER / 2) |
| #define MID (STENCIL_ORDER / 2) |
| #define MID (STENCIL_ORDER / 2) |
| #define sqrt sqrtf |
| typedef float Vector __attribute__((vector_size(4 *sizeof(float)))) |
| Scalar upwd_der6 | ( | const VectorData | uu, |
| const ScalarData | lnrho | ||
| ) |