Skip to content
Snippets Groups Projects
Commit a4e2ecb0 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[facet][box][fvgridgeom] use correct codim for facet mapper

parent 1bea793c
No related branches found
No related tags found
1 merge request!1186[facet][box][fvgridgeom] use correct codim for facet mapper
......@@ -371,7 +371,7 @@ public:
//! Constructor
BoxFacetCouplingFVGridGeometry(const GridView gridView)
: ParentType(gridView)
, facetMapper_(gridView, Dune::mcmgLayout(Dune::template Codim<dim-1>()))
, facetMapper_(gridView, Dune::mcmgLayout(Dune::template Codim<1>()))
{}
//! the vertex mapper is the dofMapper
......
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