vm_grid3 struct
#include <vecmat.h>

Uniform Cartesian grid.

nz == 1 is a 2-D problem.

Public variables

int nx
Cells in x.
int ny
Cells in y.
int nz
Cells in z (1 for 2-D).
vm_float_t dx
Cell size in x.
vm_float_t dy
Cell size in y.
vm_float_t dz
Cell size in z.