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

[mpfa][properties] use mpfa-o as default for primary iv

parent 0d2adf57
No related branches found
No related tags found
2 merge requests!1337WIP Fix/dirichlet caching v2,!1298Restructure mpfa flux caches
......@@ -73,8 +73,14 @@ public:
template<class TypeTag>
struct PrimaryInteractionVolume<TypeTag, TTag::CCMpfaModel>
{
private:
using Scalar = typename GET_PROP_TYPE(TypeTag, Scalar);
using NodalIndexSet = typename GET_PROP_TYPE(TypeTag, DualGridNodalIndexSet);
// use the default traits
using Traits = CCMpfaODefaultInteractionVolumeTraits< NodalIndexSet, Scalar >;
public:
using type = GetPropType<TypeTag, Properties::SecondaryInteractionVolume>;
using type = CCMpfaOInteractionVolume< Traits >;
};
//! Per default, we use the dynamic mpfa-o interaction volume on boundaries
......
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