|
Streamer fluid modeling - An overview of ARCoS
1.0
|
Definitions for 2D/3D arrays. More...
#include "cstream.h"

Go to the source code of this file.
Classes | |
| struct | rz_array_t |
Macros | |
| #define | R_INDX 0 |
| #define | Z_INDX 1 |
| #define | THETA_INDX 2 |
| #define | RZTP_OK(_A, _R, _Z, _T) |
| #define | __RZTP(_A, _R, _Z, _T) |
| #define | RZTP(_A, _R, _Z, _T) __RZTP(_A, _R, _Z, _T) |
| #define | RZT(_A, _R, _Z, _T) (*RZTP(_A, _R, _Z, _T)) |
| #define | RZTm(_A, _R, _Z, _T) |
| #define | RZP(_A, _R, _Z) RZTP(_A, _R, _Z, (_A)->theta0) |
| #define | RZ(_A, _R, _Z) RZT(_A, _R, _Z, (_A)->theta0) |
| #define | BND_CND_HNEUMANN 1 |
| #define | BND_CND_HDIRICHLET -1 |
| #define | BND_INWARD -1 |
| #define | BND_OUTWARD 1 |
| #define | _RZ_ARRAY_H_ |
Typedefs | |
| typedef struct rz_array_t | rz_array_t |
Definitions for 2D/3D arrays.
Definition in file rz_array.h.
| #define R_INDX 0 |
Definition at line 24 of file rz_array.h.
| #define Z_INDX 1 |
Definition at line 25 of file rz_array.h.
| #define THETA_INDX 2 |
Definition at line 26 of file rz_array.h.
| #define RZTP_OK | ( | _A, | |
| _R, | |||
| _Z, | |||
| _T | |||
| ) |
Definition at line 29 of file rz_array.h.
| #define __RZTP | ( | _A, | |
| _R, | |||
| _Z, | |||
| _T | |||
| ) |
Definition at line 34 of file rz_array.h.
| #define RZTP | ( | _A, | |
| _R, | |||
| _Z, | |||
| _T | |||
| ) | __RZTP(_A, _R, _Z, _T) |
Definition at line 56 of file rz_array.h.
| #define RZT | ( | _A, | |
| _R, | |||
| _Z, | |||
| _T | |||
| ) | (*RZTP(_A, _R, _Z, _T)) |
Definition at line 59 of file rz_array.h.
| #define RZTm | ( | _A, | |
| _R, | |||
| _Z, | |||
| _T | |||
| ) |
Definition at line 60 of file rz_array.h.
| #define RZP | ( | _A, | |
| _R, | |||
| _Z | |||
| ) | RZTP(_A, _R, _Z, (_A)->theta0) |
Definition at line 76 of file rz_array.h.
| #define RZ | ( | _A, | |
| _R, | |||
| _Z | |||
| ) | RZT(_A, _R, _Z, (_A)->theta0) |
Definition at line 77 of file rz_array.h.
| #define BND_CND_HNEUMANN 1 |
Definition at line 79 of file rz_array.h.
| #define BND_CND_HDIRICHLET -1 |
Definition at line 80 of file rz_array.h.
| #define BND_INWARD -1 |
Definition at line 82 of file rz_array.h.
| #define BND_OUTWARD 1 |
Definition at line 83 of file rz_array.h.
| #define _RZ_ARRAY_H_ |
Definition at line 85 of file rz_array.h.
| typedef struct rz_array_t rz_array_t |
Definition at line 9 of file rz_array.h.
1.8.2