Skip to content
Snippets Groups Projects
Commit a181ef9b authored by Timo Koch's avatar Timo Koch
Browse files

Revert "Merge branch 'fix/add-default-fluxcache-properties' into 'master'"

This reverts merge request !2153
parent b856d41c
No related branches found
No related tags found
2 merge requests!2165Revert "Merge branch 'fix/add-default-fluxcache-properties' into 'master'",!2134WIP Feature/timestepper test
......@@ -32,8 +32,6 @@
#include <dumux/assembly/cclocalresidual.hh>
#include <dumux/flux/fluxvariablescaching.hh>
#include <dumux/discretization/fvproperties.hh>
#include <dumux/discretization/cellcentered/elementsolution.hh>
......@@ -159,14 +157,6 @@ struct ElementBoundaryTypes<TypeTag, TTag::CCMpfaModel> { using type = CCElement
//! Set the BaseLocalResidual to CCLocalResidual
template<class TypeTag>
struct BaseLocalResidual<TypeTag, TTag::CCMpfaModel> { using type = CCLocalResidual<TypeTag>; };
//! Set the default for the FluxVariablesCache
template<class TypeTag>
struct FluxVariablesCache<TypeTag, TTag::CCMpfaModel> { using type = FluxVariablesCaching::EmptyCache<GetPropType<TypeTag, Properties::Scalar>>; };
//! Set the default for the FluxVariablesCacheFiller
template<class TypeTag>
struct FluxVariablesCacheFiller<TypeTag, TTag::CCMpfaModel> { using type = FluxVariablesCaching::EmptyCacheFiller; };
} // namespace Properties
} // namespace Dumux
......
......@@ -31,8 +31,6 @@
#include <dumux/assembly/cclocalresidual.hh>
#include <dumux/flux/fluxvariablescaching.hh>
#include <dumux/discretization/method.hh>
#include <dumux/discretization/fvproperties.hh>
......@@ -95,14 +93,6 @@ struct ElementBoundaryTypes<TypeTag, TTag::CCTpfaModel> { using type = CCElement
//! Set the BaseLocalResidual to CCLocalResidual
template<class TypeTag>
struct BaseLocalResidual<TypeTag, TTag::CCTpfaModel> { using type = CCLocalResidual<TypeTag>; };
//! Set the default for the FluxVariablesCache
template<class TypeTag>
struct FluxVariablesCache<TypeTag, TTag::CCTpfaModel> { using type = FluxVariablesCaching::EmptyCache<GetPropType<TypeTag, Properties::Scalar>>; };
//! Set the default for the FluxVariablesCacheFiller
template<class TypeTag>
struct FluxVariablesCacheFiller<TypeTag, TTag::CCTpfaModel> { using type = FluxVariablesCaching::EmptyCacheFiller; };
} // namespace Properties
} // namespace Dumux
......
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