Skip to content
Snippets Groups Projects
Commit 20c7bfa0 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[el2] Use Geometry's mydimension instead of dimension.

The former has been removed in dune-grid 3.0-git.
parent dc3e24a3
No related branches found
No related tags found
2 merge requests!31Feature/colebrookwhiteboundarylayer,!8Follow dunegrid30 changes
...@@ -382,7 +382,7 @@ public: ...@@ -382,7 +382,7 @@ public:
// get face index of this intersection // get face index of this intersection
int fIdx = isIt->indexInInside(); int fIdx = isIt->indexInInside();
// get dimension of face // get dimension of face
const int dimIs = Dune::PDELab::IntersectionGeometry<Intersection>::Entity::Geometry::dimension; const int dimIs = Dune::PDELab::IntersectionGeometry<Intersection>::Entity::Geometry::mydimension;
// get reference element for intersection geometry (reference element for face if dim = 3) // get reference element for intersection geometry (reference element for face if dim = 3)
const Dune::ReferenceElement<DT,dimIs>& refElement = Dune::ReferenceElements<DT,dimIs>::general(geomType); const Dune::ReferenceElement<DT,dimIs>& refElement = Dune::ReferenceElements<DT,dimIs>::general(geomType);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment