Skip to content
Snippets Groups Projects
Commit 77bccc5a authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[mpfa][laws] remove obsolete comments

parent 046a6a63
No related branches found
No related tags found
1 merge request!774Cleanup/mpfa
......@@ -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;
......
......@@ -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;
......
......@@ -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;
......
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