WIP: Adds typedef for Volume in Geometry
requested to merge santiago.ospina/dune-grid:feature/change-type-of-volume-method-to-typedef into master
Adds typedef for Volume in Geometry.
This breaks since OneDGrid geometry relies on AxisAlignedCubeGeometry
of dune-geometry, and UGGrid relyes on MultiLinearGeometry
as well hosted in dune-geometry. If this change is accepted, the Volume
type has to be implemented in these objects as well.
Hopefully, many of the downstream projects rely on GeometryDefaultImplementation
so that they don't have to change anything.
See #79 (closed).
Edited by Santiago Ospina De Los Ríos