Skip to content
Snippets Groups Projects
Commit 2fb6d37e authored by Timo Koch's avatar Timo Koch
Browse files

[io] Get the scv, scvf types from the FVElementGeometry

parent d6e3ab7e
No related branches found
No related tags found
1 merge request!742Make FVGridGeometry independent of TypeTag
...@@ -52,7 +52,8 @@ class StaggeredVtkOutputModule : public VtkOutputModule<TypeTag> ...@@ -52,7 +52,8 @@ class StaggeredVtkOutputModule : public VtkOutputModule<TypeTag>
using GridVariables = typename GET_PROP_TYPE(TypeTag, GridVariables); using GridVariables = typename GET_PROP_TYPE(TypeTag, GridVariables);
using SolutionVector = typename GET_PROP_TYPE(TypeTag, SolutionVector); using SolutionVector = typename GET_PROP_TYPE(TypeTag, SolutionVector);
using FaceVariables = typename GET_PROP_TYPE(TypeTag, FaceVariables); using FaceVariables = typename GET_PROP_TYPE(TypeTag, FaceVariables);
using SubControlVolumeFace = typename GET_PROP_TYPE(TypeTag, SubControlVolumeFace); using FVElementGeometry = typename GET_PROP_TYPE(TypeTag, FVElementGeometry);
using SubControlVolumeFace = typename FVElementGeometry::SubControlVolumeFace;
enum { dim = GridView::dimension }; enum { dim = GridView::dimension };
......
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