Concepts and abstract implementations of regular grids. More...
#include <cmath>#include <ciabatta/ciabatta.hpp>#include <range/v3/view/transform.hpp>#include <Eigen/Core>#include <beluga/eigen_compatibility.hpp>

Go to the source code of this file.
Classes | |
| class | beluga::BaseRegularGrid< Derived, NDim > |
| Regularly spaced N dimensional grid base type. More... | |
Namespaces | |
| beluga | |
| The main Beluga namespace. | |
Typedefs | |
| template<typename Derived > | |
| using | beluga::BaseRegularGrid2 = BaseRegularGrid< Derived, 2 > |
| Convenience alias for a 2D base regular grid. More... | |
| template<typename Derived > | |
| using | beluga::BaseRegularGrid3 = BaseRegularGrid< Derived, 3 > |
| Convenience alias for a 3D base regular grid. More... | |
Concepts and abstract implementations of regular grids.
Definition in file regular_grid.hpp.