diff --git a/dumux/porousmediumflow/boxdfm/fvelementgeometry.hh b/dumux/porousmediumflow/boxdfm/fvelementgeometry.hh index 005d6da4465b6334fc38368b95994c742545170c..c3da60dac191288a344f1b0d011c37c2c9264c3b 100644 --- a/dumux/porousmediumflow/boxdfm/fvelementgeometry.hh +++ b/dumux/porousmediumflow/boxdfm/fvelementgeometry.hh @@ -61,10 +61,11 @@ class BoxDfmFVElementGeometry static constexpr int dim = GridView::dimension; static constexpr int dimWorld = GridView::dimensionworld; using GridIndexType = typename GridView::IndexSet::IndexType; - using Element = typename GridView::template Codim<0>::Entity; using CoordScalar = typename GridView::ctype; using FeLocalBasis = typename GG::FeCache::FiniteElementType::Traits::LocalBasisType; public: + //! export type of the element + using Element = typename GridView::template Codim<0>::Entity; //! Export type of subcontrol volume using SubControlVolume = typename GG::SubControlVolume; //! Export type of subcontrol volume face @@ -199,7 +200,6 @@ class BoxDfmFVElementGeometry static constexpr int dimWorld = GridView::dimensionworld; using GridIndexType = typename GridView::IndexSet::IndexType; - using Element = typename GridView::template Codim<0>::Entity; using CoordScalar = typename GridView::ctype; using FeLocalBasis = typename GG::FeCache::FiniteElementType::Traits::LocalBasisType; @@ -207,6 +207,8 @@ class BoxDfmFVElementGeometry typename GG::SubControlVolume, typename GG::SubControlVolumeFace>; public: + //! export type of the element + using Element = typename GridView::template Codim<0>::Entity; //! Export type of subcontrol volume using SubControlVolume = typename GG::SubControlVolume; //! Export type of subcontrol volume face