Skip to content
Snippets Groups Projects

[cleanup] replace enablefvgridgeometrycache by enablegridgeometrycache

Merged Katharina Heck requested to merge cleanup/replace-enablefvgridgeometrycache into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -69,7 +69,7 @@ template<class TypeTag>
struct UseMoles<TypeTag, TTag::KuevetteTypeTag> { static constexpr bool value = true; };
template<class TypeTag>
struct EnableFVGridGeometryCache<TypeTag, TTag::KuevetteTypeTag> { static constexpr bool value = true; };
struct EnableGridGeometryCache<TypeTag, TTag::KuevetteTypeTag> { static constexpr bool value = true; };
template<class TypeTag>
struct EnableGridFluxVariablesCache<TypeTag, TTag::KuevetteTypeTag> { static constexpr bool value = true; };
template<class TypeTag>
Loading