![]() |
Bimetric 3+1 toolkit for spherical symmetry
|
Contains definitions of the variables that are tracked on a grid point. More...
#include <vector>
Go to the source code of this file.
Data Structures | |
struct | GF_Descriptor |
Verbose descriptor of a grid function. More... | |
struct | fld::EvolvedBy |
A pair of two grid functions where the first is evolved in time by the other. More... | |
Namespaces | |
namespace | fld |
Contains the localized variable names for all known grid functions. | |
Defines | |
#define | GFCNT fld::sysLast |
Enumerations | |
enum | fld::sysIndex { fld::t = 0, fld::r, fld::sysLast } |
Identifiers of all known grid functions (the variables or fields on a grid). More... |
Contains definitions of the variables that are tracked on a grid point.
Here we configure the grid functions we are dealing with on a grid point. The customization should be done in the fld namespace below.
Real eq_gf_t( Int m, Int n )
and then assign the RHS to gf_t in BimetricEvolve::integStep_Prepare.Definition in file gridFunctions.h.
#define GFCNT fld::sysLast |
Definition at line 72 of file gridFunctions.h.