1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-25 18:42:03 +05:00

explicitly specify projection boundaries

This commit is contained in:
Christopher Lackner 2022-04-11 13:04:38 +02:00
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;