mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cvMeshSurfaceSimplify: make robust for open surfaces
This commit is contained in:
@ -173,6 +173,8 @@ int main(int argc, char *argv[])
|
||||
surfaces,
|
||||
points,
|
||||
scalarField(points.size(), sqr(GREAT)),
|
||||
searchableSurface::OUTSIDE, // for non-closed surfaces treat as
|
||||
// outside
|
||||
nearestSurfaces,
|
||||
signedDist
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user