preserve locked points in all domains

This commit is contained in:
Matthias Hochsteger 2021-06-22 11:35:44 +02:00
parent c7e9a822cc
commit 17b5f1c7a4

View File

@ -97,6 +97,11 @@ namespace netgen
}
}
// mark locked/fixed points for each domain TODO: domain bounding box to add only relevant points?
for(auto pi : mesh.LockedPoints())
for(auto i : Range(ret))
ipmap[i][pi] = 1;
// add used points to domain mesh, build point mapping
for(auto i : Range(ret))
{