diff --git a/src/amdis/gridfunctions/DiscreteFunction.hpp b/src/amdis/gridfunctions/DiscreteFunction.hpp index 3f8dc51055328c8cd3479a9c0aca71866a62f4b5..71b2045e3fc8796c4ca50667e27731a62734d40f 100644 --- a/src/amdis/gridfunctions/DiscreteFunction.hpp +++ b/src/amdis/gridfunctions/DiscreteFunction.hpp @@ -36,9 +36,11 @@ namespace AMDiS using NodeToRangeEntry = Dune::Functions::DefaultNodeToRangeMap<SubTree>; using GridView = typename GlobalBasis::GridView; - using EntitySet = Dune::Functions::GridViewEntitySet<GridView, 0>; public: + /// Set of entities the DiscreteFunction is defined on + using EntitySet = Dune::Functions::GridViewEntitySet<GridView, 0>; + /// Global coordinates of the EntitySet using Domain = typename EntitySet::GlobalCoordinate;