![]() |
Gowdy solver
|
Definitions of grid functions are here. More...
Data Structures | |
struct | EvolvedBy |
A pair of two grid functions where the first is evolved in time by the other. More... | |
Enumerations | |
enum | Index { P = GFCNT, Q, R, S, L, P_t, Q_t, R_t, S_t, L_t, C, gowdyLast } |
Identifiers of all known grid functions (the variables or fields on a grid). More... | |
enum | sysIndex { t = 0, r } |
Identifiers of all known grid functions (the variables or fields on a grid). More... | |
Variables | |
static const std::vector< Int > | gowdyInput |
The fields that will be read from the initial data. | |
static const std::vector< Int > | gowdyOutput |
The fields which will be written to the output. | |
static const std::vector < EvolvedBy > | gowdyEvolved |
The grid functions that are evolved in time. |
Definitions of grid functions are here.
Contains the localized variable names for all known grid functions.
enum fld::Index |
Identifiers of all known grid functions (the variables or fields on a grid).
P | |
Q | |
R | |
S | |
L |
Evolved variables. |
P_t | |
Q_t | |
R_t | |
S_t | |
L_t |
Time derivatives of the evolved variables. |
C |
Constraint violation. |
gowdyLast |
The total number of grid functions. |
Definition at line 49 of file gowdy-solver.cpp.
enum fld::sysIndex |
Identifiers of all known grid functions (the variables or fields on a grid).
We distinguish:
*_t
),R = fB/gB
gHorz
. Definition at line 65 of file gridFunctions.h.
const std::vector<EvolvedBy> fld::gowdyEvolved [static] |
const std::vector<Int> fld::gowdyInput [static] |