mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
dont curve faces with boundarylayers
This commit is contained in:
parent
e155700bc3
commit
45362b588b
@ -675,6 +675,11 @@ namespace netgen
|
|||||||
moved_surfaces.SetBit(i);
|
moved_surfaces.SetBit(i);
|
||||||
mesh.SetBCName(new_si-1, "mapped_" + name);
|
mesh.SetBCName(new_si-1, "mapped_" + name);
|
||||||
}
|
}
|
||||||
|
// curving of surfaces with boundary layers will often
|
||||||
|
// result in pushed through elements, since we do not (yet)
|
||||||
|
// curvature through layers.
|
||||||
|
// Therefore we disable curving for these surfaces.
|
||||||
|
mesh.GetFaceDescriptor(i).SetSurfNr(-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user