![]() |
Gowdy solver
|
Implements a spatially cell-centered uniform grid. More...
Go to the source code of this file.
Data Structures | |
class | UniformGrid |
Uniform grid of grid functions. More... | |
struct | GridUser |
GridUser contains cached variables from the grid-driver. More... | |
Defines | |
#define | GF(f, m, n) grid[m][n][f] |
Access the given grid function data (a utility macro for the grid users). | |
#define | emitField(gf) inline Real& gf( Int m, Int n ) { return grid[m][n][fld::gf]; } |
emitField is a macro that emits a method encapsulating a grid function that access data in a grid at a point given by m (discretized t-coordinate) and n (discretized r-coordinate). |
Implements a spatially cell-centered uniform grid.
Definition in file gridDriver.h.