VAPoR  3.0.0
LayeredGrid Class Reference

This class implements a 2D or 3D layered grid: a generalization of a regular grid where the spacing of grid points along a single dimension may vary at each grid point. The spacing along the remaining one (2D case) or two (3D case) dimensions is invariant between grid points. For example, if K is the layered dimension than the z coordinate is given by some function f(i,j,k): More...

#include <LayeredGrid.h>

Detailed Description

This class implements a 2D or 3D layered grid: a generalization of a regular grid where the spacing of grid points along a single dimension may vary at each grid point. The spacing along the remaining one (2D case) or two (3D case) dimensions is invariant between grid points. For example, if K is the layered dimension than the z coordinate is given by some function f(i,j,k):

z = f(i,j,k)

where f() is monotonically increasing (or decreasing) with k. The remaining x and y coordinates are givey by (i*dx, j*dy) for some real dx and dy .


The documentation for this class was generated from the following file: