Skip to content
Snippets Groups Projects
Commit b5dec2db authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Remove umap from staticUnkonowsField now update of displacement is

managed in staticDofManager 
parent 3ed1ab6e
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ class dofManager{ ...@@ -178,7 +178,7 @@ class dofManager{
if (ghosted.find(key) != ghosted.end()) return; if (ghosted.find(key) != ghosted.end()) return;
ghosted[key] = procId; ghosted[key] = procId;
} }
inline void numberDof(Dof key) virtual inline void numberDof(Dof key) // derived in staticDofManager in NonLinearSolver project
{ {
if (fixed.find(key) != fixed.end()) return; if (fixed.find(key) != fixed.end()) return;
if (constraints.find(key) != constraints.end()) return; if (constraints.find(key) != constraints.end()) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment