mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
preserve locked points in all domains
This commit is contained in:
parent
c7e9a822cc
commit
17b5f1c7a4
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user