![]() |
Gowdy solver
|
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 | fld::EvolvedBy |
A pair of two grid functions where the first is evolved in time by the other. More... | |
Namespaces | |
namespace | fld |
Definitions of grid functions are here. | |
Defines | |
#define | GFCNT fld::sysLast |
Used as the size marker. | |
Enumerations | |
enum | fld::sysIndex { fld::t = 0, fld::r } |
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 |
Used as the size marker.
Definition at line 69 of file gridFunctions.h.