File forward_grid.hpp File List > grid > forward_grid.hpp Go to the documentation of this file template <typename T> class Geo; template <typename T> class Grid; template <typename T> using GeoGrid = Geo<Grid<T>>;