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