mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
explicitly specify projection boundaries
This commit is contained in:
parent
f95e039c22
commit
a5ba7075e4
@ -740,6 +740,8 @@ namespace netgen
|
||||
else
|
||||
continue;
|
||||
|
||||
if(!params.project_boundaries.Contains(sel.GetIndex()))
|
||||
continue;
|
||||
auto& g = growthvectors[pi];
|
||||
auto ng = n * g;
|
||||
auto gg = g * g;
|
||||
|
Loading…
Reference in New Issue
Block a user