Skip to content
Snippets Groups Projects
Commit ad33f5bd authored by Max Kahnt's avatar Max Kahnt
Browse files

Add construction call.

parent d15a2949
No related branches found
No related tags found
No related merge requests found
...@@ -118,4 +118,9 @@ value (const Element& element, unsigned int codim, unsigned int subEntity) const ...@@ -118,4 +118,9 @@ value (const Element& element, unsigned int codim, unsigned int subEntity) const
return (indicatorEntry != indicators_[codim].end()) ? indicatorEntry->second : 0; return (indicatorEntry != indicators_[codim].end()) ? indicatorEntry->second : 0;
} }
template <class Grid>
auto makeRefinementIndicator(const Grid& grid) {
return RefinementIndicator<Grid>(grid);
}
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment