diff --git a/dumux/discretization/cellcentered/mpfa/elementfluxvariablescache.hh b/dumux/discretization/cellcentered/mpfa/elementfluxvariablescache.hh index 7362cc434b68d42ab13e61f8cae32d1934854926..88940a49975e877d758232e1e9efe6cc7c9f7130 100644 --- a/dumux/discretization/cellcentered/mpfa/elementfluxvariablescache.hh +++ b/dumux/discretization/cellcentered/mpfa/elementfluxvariablescache.hh @@ -142,7 +142,7 @@ public: : gridFluxVarsCachePtr_(&global) {} - //! Specialization for the global caching being enabled - do nothing here + //! Bind the flux var caches for scvfs inside the element only template<class FVElementGeometry, class ElementVolumeVariables> void bindElement(const typename FVElementGeometry::FVGridGeometry::GridView::template Codim<0>::Entity& element, const FVElementGeometry& fvGeometry, @@ -234,7 +234,7 @@ public: } } - //! Specialization for the global caching being enabled - do nothing here + //! Bind the flux var caches for an individual scvf template<class FVElementGeometry, class ElementVolumeVariables> void bindScvf(const typename FVElementGeometry::FVGridGeometry::GridView::template Codim<0>::Entity& element, const FVElementGeometry& fvGeometry,