Class GridDomain

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class GridDomain : public kami::Domain

An abstract domain based on a gridded environment.

All gridded domains are expected to consist of cells in a rectilinear grid where the cells are equal size and laid out in an ordered fashion.

Subclassed by kami::Grid1D, kami::Grid2D