mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-22 03:55:40 +05:00
cleanup
This commit is contained in:
parent
bb2646945a
commit
a6e8abca3e
@ -525,6 +525,7 @@ struct GrowthVectorLimiter {
|
|||||||
|
|
||||||
for (auto i : Range(growthvectors))
|
for (auto i : Range(growthvectors))
|
||||||
growthvectors[i] *= limits[i];
|
growthvectors[i] *= limits[i];
|
||||||
|
|
||||||
for (auto &[special_pi, special_point] : tool.special_boundary_points) {
|
for (auto &[special_pi, special_point] : tool.special_boundary_points) {
|
||||||
for (auto &group : special_point.growth_groups) {
|
for (auto &group : special_point.growth_groups) {
|
||||||
group.growth_vector *= limits[special_pi];
|
group.growth_vector *= limits[special_pi];
|
||||||
|
Loading…
Reference in New Issue
Block a user