Skip to content
Snippets Groups Projects
Commit f9bee36d authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

added EntitySet as public type in DiscreteFunction

parent 3338c982
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment