iso2mesh icon indicating copy to clipboard operation
iso2mesh copied to clipboard

Iso2Mesh - a 3D surface and volumetric mesh generator for MATLAB/Octave

Results 13 iso2mesh issues
Sort by recently updated
recently updated
newest added

Hi @fangq I faced an issue using the **_meshresample.m_** with my Mac M1 chip (macOS Monterey 12.4). Here is the error:

enhancement

now these functions are partially working, but the results are not completely verified. https://github.com/fangq/iso2mesh/blob/master/mesh2vol.m https://github.com/fangq/iso2mesh/blob/master/mesh2mask.m

bug

Reported by Kevin G. McIver Graduate Assistant, Honors College of Engineering Sloan Indigenous Graduate Scholar Mechanical Engineering --------------- Dr. Fang, The error documented here is an inconsistency between the surfaces...

A quick and dirty fix for cgalmesh part of issue #7 (missing regions in cgalmesh output). Support for non-uint8 images and >256 regions is also included. This is probably just...

The previous report can be found here: http://cgal-discuss.949826.n4.nabble.com/missing-objects-when-meshing-a-3D-image-with-multiple-disconnected-inclusions-td3349283.html Testing image is included in the above report. Basically, if there are multiple isoloated inclusions (same or differnt label) inside a background...

bug
CGAL
Upstream

Some have examples already, need to do this for the rest

enhancement

Removing self-intersecting elements is extremely important, however, the current available method, `meshcheckrepair('meshfix')` calls `meshfix` (https://code.google.com/p/meshfix/) made by Marco Attene et al. which can only repair simple surfaces (homologous to a...

enhancement
help wanted

The mesh simplification algorithm used in CGAL does not ensure the output mesh is self-intersection free. An alternative or update to Surface_mesh_simplification that ensures self-intersection-free would be very useful.

enhancement
CGAL
Upstream

Quite often, cgalsurf (Surface_mesher class in CGAL 3.x) produces an unusually dense node cluster as a result of a focused surface refinement; sometimes, this refinement can result in an infinite...

bug
CGAL
Upstream

After meshing often removeisolatednode(node, elem) is called to get rid of isolated nodes. So far, removeisolatednode was only updating the according elem list. Now it includes updating the faces, too,...