From d032926901db02dfc71165e906ed2027a9b73457 Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Tue, 5 Jul 2016 11:42:55 +0200 Subject: [PATCH] [implicit][propdefaults] remove setting of vol var props --- dumux/implicit/propertydefaults.hh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dumux/implicit/propertydefaults.hh b/dumux/implicit/propertydefaults.hh index 0be33c4256..a8405b5033 100644 --- a/dumux/implicit/propertydefaults.hh +++ b/dumux/implicit/propertydefaults.hh @@ -46,7 +46,6 @@ #include "assembler.hh" #include "localjacobian.hh" #include "volumevariables.hh" -#include "volumevariablesvector.hh" #include "fluxvariablescachevector.hh" #include "fvelementgeometry.hh" @@ -114,15 +113,8 @@ SET_TYPE_PROP(ImplicitBase, FVElementGeometry, Dumux::FVElementGeometry<TypeTag> //! The volume variable class, to be overloaded by the model SET_TYPE_PROP(ImplicitBase, VolumeVariables, ImplicitVolumeVariables<TypeTag>); -//! The global current volume variables vector class -SET_TYPE_PROP(ImplicitBase, CurrentVolumeVariablesVector, Dumux::VolumeVariablesVector<TypeTag, false, GET_PROP_VALUE(TypeTag, EnableVolumeVariablesCache)>); - -//! The global previous volume variables vector class -SET_TYPE_PROP(ImplicitBase, PreviousVolumeVariablesVector, Dumux::VolumeVariablesVector<TypeTag, true, GET_PROP_VALUE(TypeTag, EnableVolumeVariablesCache)>); - //! The global flux variables cache vector class SET_TYPE_PROP(ImplicitBase, FluxVariablesCacheVector, Dumux::FluxVariablesCacheVector<TypeTag>); - //! The class that contains the different flux variables (i.e. darcy, diffusion, energy) //! by default, we set the flux variables to ones for porous media SET_PROP(ImplicitBase, FluxVariables) -- GitLab