From 77bccc5ae019c917d9f285d140d2628955925fba Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Thu, 1 Feb 2018 17:29:20 +0100 Subject: [PATCH] [mpfa][laws] remove obsolete comments --- dumux/discretization/cellcentered/mpfa/darcyslaw.hh | 6 ------ dumux/discretization/cellcentered/mpfa/fickslaw.hh | 6 ------ dumux/discretization/cellcentered/mpfa/fourierslaw.hh | 6 ------ 3 files changed, 18 deletions(-) diff --git a/dumux/discretization/cellcentered/mpfa/darcyslaw.hh b/dumux/discretization/cellcentered/mpfa/darcyslaw.hh index 85628f892d..86e2e5502f 100644 --- a/dumux/discretization/cellcentered/mpfa/darcyslaw.hh +++ b/dumux/discretization/cellcentered/mpfa/darcyslaw.hh @@ -99,12 +99,6 @@ class DarcysLawImplementation<TypeTag, DiscretizationMethods::CCMpfa> using MpfaHelper = typename FVGridGeometry::MpfaHelper; static constexpr bool considerSecondaryIVs = MpfaHelper::considerSecondaryIVs(); - // In the current implementation of the flux variables cache we cannot make a - // disctinction between dynamic (e.g. mpfa-o unstructured) and static (e.g.mpfa-l) - // matrix and vector types, as currently the cache class can only be templated - // by a type tag (and there can only be one). Currently, pointers to both the - // primary and secondary iv data is stored. Before accessing it has to be checked - // whether or not the scvf is embedded in a secondary interaction volume. using PrimaryInteractionVolume = typename GET_PROP_TYPE(TypeTag, PrimaryInteractionVolume); using PrimaryIvLocalFaceData = typename PrimaryInteractionVolume::Traits::LocalFaceData; using PrimaryIvDataHandle = typename ElementFluxVariablesCache::PrimaryIvDataHandle; diff --git a/dumux/discretization/cellcentered/mpfa/fickslaw.hh b/dumux/discretization/cellcentered/mpfa/fickslaw.hh index e0bfd2e70b..de03c053c1 100644 --- a/dumux/discretization/cellcentered/mpfa/fickslaw.hh +++ b/dumux/discretization/cellcentered/mpfa/fickslaw.hh @@ -97,12 +97,6 @@ class FicksLawImplementation<TypeTag, DiscretizationMethods::CCMpfa> using MpfaHelper = typename FVGridGeometry::MpfaHelper; static constexpr bool considerSecondaryIVs = MpfaHelper::considerSecondaryIVs(); - // In the current implementation of the flux variables cache we cannot make a - // disctinction between dynamic (e.g. mpfa-o unstructured) and static (e.g.mpfa-l) - // matrix and vector types, as currently the cache class can only be templated - // by a type tag (and there can only be one). Currently, pointers to both the - // primary and secondary iv data is stored. Before accessing it has to be checked - // whether or not the scvf is embedded in a secondary interaction volume. using PrimaryInteractionVolume = typename GET_PROP_TYPE(TypeTag, PrimaryInteractionVolume); using PrimaryIvLocalFaceData = typename PrimaryInteractionVolume::Traits::LocalFaceData; using PrimaryIvDataHandle = typename ElementFluxVariablesCache::PrimaryIvDataHandle; diff --git a/dumux/discretization/cellcentered/mpfa/fourierslaw.hh b/dumux/discretization/cellcentered/mpfa/fourierslaw.hh index ded6184e1e..aa153053a6 100644 --- a/dumux/discretization/cellcentered/mpfa/fourierslaw.hh +++ b/dumux/discretization/cellcentered/mpfa/fourierslaw.hh @@ -96,12 +96,6 @@ class FouriersLawImplementation<TypeTag, DiscretizationMethods::CCMpfa> using MpfaHelper = typename FVGridGeometry::MpfaHelper; static constexpr bool considerSecondaryIVs = MpfaHelper::considerSecondaryIVs(); - // In the current implementation of the flux variables cache we cannot make a - // disctinction between dynamic (e.g. mpfa-o unstructured) and static (e.g.mpfa-l) - // matrix and vector types, as currently the cache class can only be templated - // by a type tag (and there can only be one). Currently, pointers to both the - // primary and secondary iv data is stored. Before accessing it has to be checked - // whether or not the scvf is embedded in a secondary interaction volume. using PrimaryInteractionVolume = typename GET_PROP_TYPE(TypeTag, PrimaryInteractionVolume); using PrimaryIvLocalFaceData = typename PrimaryInteractionVolume::Traits::LocalFaceData; using PrimaryIvDataHandle = typename ElementFluxVarsCache::PrimaryIvDataHandle; -- GitLab