Skip to content
Snippets Groups Projects
Commit d0329269 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[implicit][propdefaults] remove setting of vol var props

parent 847b973e
No related branches found
No related tags found
1 merge request!617[WIP] Next
......@@ -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)
......
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