From 3fe73fa15b91901935b0077e87aac4f495e6e1c8 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Wed, 17 Jan 2018 16:30:19 +0100 Subject: [PATCH] [io] Extract FVElementGeometry type from grid geometry --- dumux/io/staggeredvtkoutputmodule.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/io/staggeredvtkoutputmodule.hh b/dumux/io/staggeredvtkoutputmodule.hh index f9d4c940cc..ea04999234 100644 --- a/dumux/io/staggeredvtkoutputmodule.hh +++ b/dumux/io/staggeredvtkoutputmodule.hh @@ -52,7 +52,7 @@ class StaggeredVtkOutputModule : public VtkOutputModule<TypeTag> using GridVariables = typename GET_PROP_TYPE(TypeTag, GridVariables); using SolutionVector = typename GET_PROP_TYPE(TypeTag, SolutionVector); using FaceVariables = typename GET_PROP_TYPE(TypeTag, FaceVariables); - using FVElementGeometry = typename GET_PROP_TYPE(TypeTag, FVElementGeometry); + using FVElementGeometry = typename GET_PROP_TYPE(TypeTag, FVGridGeometry)::LocalView; using SubControlVolumeFace = typename FVElementGeometry::SubControlVolumeFace; -- GitLab