UG4 / ugcore

The core functionality of UG4. Includes sources, build-scripts, and utility scripts.
https://github.com/UG4/ugcore
Other
36 stars 23 forks source link

Correct hanging node constraints #46

Open bsumirak opened 3 years ago

bsumirak commented 3 years ago

In cases where the hanging dof i has a connection to dof j in the sparse matrix, but not j to i (asymmetric matrix), the P1 continuity constraint does not work properly. FIXME comments to this effect are already present in the original code. This commit addresses the problem and fixes it.