Gowdy solver
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
grid/gridDriver.h File Reference

Implements a spatially cell-centered uniform grid. More...

This graph shows which files directly or indirectly include this file:

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).

Detailed Description

Implements a spatially cell-centered uniform grid.

Author:
Mikica Kocic

Definition in file gridDriver.h.