Skip to content

Commit

Permalink
Also call FinalizeUpdate on h1 space after adjusting it's order (in c…
Browse files Browse the repository at this point in the history
…ase of nograds=True). This now also correctly updates the ParallelDofs.
  • Loading branch information
Lukas committed Jun 28, 2019
1 parent 1e4cc06 commit e84d0a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comp/hcurlhofespace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3447,7 +3447,8 @@ namespace ngcomp
}
fesh1->UpdateDofTables();
fesh1->UpdateCouplingDofArray();

fesh1->FinalizeUpdate(lh);

return fesh1;
}

Expand Down

0 comments on commit e84d0a7

Please sign in to comment.