atlas/grid/StructuredGrid.h file

Namespaces

namespace atlas
Contains all atlas classes and methods.

Classes

class atlas::StructuredGrid
Specialization of Grid, where the grid can be represented by rows with uniform distribution.
class atlas::ReducedGrid
Specialization of StructuredGrid, where not all rows have the same number of grid points.
class atlas::RegularGrid
Specialization of StructuredGrid, where all rows have the same number of grid points.
template<class Grid>
class atlas::Gaussian
class atlas::GaussianGrid
Specialization of StructuredGrid, where rows follow a Gaussian distribution.
class atlas::ReducedGaussianGrid
Specialization of ReducedGrid, where rows follow a Gaussian distribution.
class atlas::RegularGaussianGrid
Specialization of RegularGaussianGrid, where rows follow a Gaussian distribution.
class atlas::RegularLonLatGrid
Specialization of RegularGrid, assuming a global domain.
class atlas::HealpixGrid
Specialization of StructuredGrid, assuming a global domain.