Skip to content
Snippets Groups Projects
Commit f5326d15 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[NL] fix local DOF without ghosts

parent 5b651490
No related branches found
No related tags found
No related merge requests found
...@@ -141,6 +141,7 @@ MeshComponentMap::MeshComponentMap( ...@@ -141,6 +141,7 @@ MeshComponentMap::MeshComponentMap(
} }
comp_id++; comp_id++;
} }
_num_local_dof = _dict.size();
if (order == ComponentOrder::BY_LOCATION) if (order == ComponentOrder::BY_LOCATION)
renumberByLocation(); renumberByLocation();
......
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