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

[implicit][propdefaults] do not set flux var cache vector property

the flux var cache vector is now set specifically for box and cc methods
parent 2a647ed1
No related branches found
No related tags found
Loading
......@@ -46,7 +46,6 @@
#include "assembler.hh"
#include "localjacobian.hh"
#include "volumevariables.hh"
#include "fluxvariablescachevector.hh"
#include "fvelementgeometry.hh"
namespace Dumux {
......@@ -113,8 +112,6 @@ 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 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