template<int dim>
struct adamantine::axis< dim >
This structure provides a mapping between the axes x, y, and z and the indices 0, 1, and 2. In 2D, the valid axes are x and z while in 3D x, y, and z are valid.
Definition at line 167 of file types.hh.