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

[cc][propdefaults] set correct flux var cache prop

parent 71e3e763
No related branches found
No related tags found
1 merge request!617[WIP] Next
......@@ -28,6 +28,8 @@
#define DUMUX_CC_PROPERTY_DEFAULTS_HH
#include <dumux/implicit/propertydefaults.hh>
#include "fluxvariablescachevector.hh"
#include "volumevariablesvector.hh"
#include "elementboundarytypes.hh"
#include "localresidual.hh"
......@@ -67,6 +69,9 @@ SET_TYPE_PROP(CCModel, CurrentVolumeVariablesVector, Dumux::CCVolumeVariablesVec
//! The global previous volume variables vector class
SET_TYPE_PROP(CCModel, PreviousVolumeVariablesVector, Dumux::CCVolumeVariablesVector<TypeTag, true, GET_PROP_VALUE(TypeTag, EnableGlobalVolumeVariablesCache)>);
//! The global flux variables cache vector class
SET_TYPE_PROP(CCModel, FluxVariablesCacheVector, Dumux::CCFluxVariablesCacheVector<TypeTag>);
//! Set the BaseLocalResidual to CCLocalResidual
SET_TYPE_PROP(CCModel, BaseLocalResidual, CCLocalResidual<TypeTag>);
......
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