-
- Downloads
ENH: add point snapping to iso-surface topo algorithm (#2210)
- helps avoid the creation of small face cuts (near corners, edges) that result in zero-size faces on output. CONFIG: make default iso-surface topo regularisation less aggressive - The full (diagcell) regularisation no longer includes cleaning of non-manifold surfaces by removing open edges. This can be selected by the 'clean' regularisation option instead. ie, 'clean' = 'full' + erode open edges ENH: additional debug modes for iso-surface topo - with (debug & 8) dumps out a VTK file of the tets to be cut and the calculated open edges.
parent
0454f4a0
No related branches found
No related tags found
Showing
- src/sampling/surface/isoSurface/isoSurfaceBase.H 1 addition, 21 deletionssrc/sampling/surface/isoSurface/isoSurfaceBase.H
- src/sampling/surface/isoSurface/isoSurfaceParams.C 7 additions, 3 deletionssrc/sampling/surface/isoSurface/isoSurfaceParams.C
- src/sampling/surface/isoSurface/isoSurfaceParams.H 30 additions, 1 deletionsrc/sampling/surface/isoSurface/isoSurfaceParams.H
- src/sampling/surface/isoSurface/isoSurfaceTopo.C 795 additions, 362 deletionssrc/sampling/surface/isoSurface/isoSurfaceTopo.C
- src/sampling/surface/isoSurface/isoSurfaceTopo.H 90 additions, 53 deletionssrc/sampling/surface/isoSurface/isoSurfaceTopo.H
- src/sampling/surface/isoSurface/isoSurfaceTopoTemplates.C 23 additions, 14 deletionssrc/sampling/surface/isoSurface/isoSurfaceTopoTemplates.C
This diff is collapsed.
Please register or sign in to comment