mmg icon indicating copy to clipboard operation
mmg copied to clipboard

open source software for bidimensional and tridimensional remeshing

Results 41 mmg issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/MmgTools/mmg/issues/265

Hi, I am using the mmg tool hex2tet with meshes of 0.4 mm hexahedral elements. I am obtaining this kind of errors for different meshes: ## Error:H2T_Add_tetra: tetra 905140 992847...

kind: bug

Hi. I often encounter situations where trying to run `mmgs` to remesh a bad triangle mesh hits a snag at the following assertion: ``` Error: MMG5_minQualCheck: too bad quality for...

Hello guys! I am using the size map to adapt my mesh to simulate the N79 glacier motion, making the ice shelf mesh is much denser than the inland for...

kind: bug

As discussed a while back with INRIA, it would be awesome if the development in [feature/split-nonrid-edg-connecting-rid-pts](https://github.com/MmgTools/mmg/tree/feature/split-nonrid-edg-connecting-rid-pts) became an option on the default code. the idea is similar to the nofem...

Am transitioning from using MMG3D 5.5 into 5.7 and facing few issues with assertions in MMG compiled in Debug mode. `MMG3/2D_doSol` function fails due to an assert that checks if...

kind: bug

The edge length computation in Mmg3d contains some inconsistencies and needs to be tested and cleaned: - for isotropic metric, it seems that we always compute the "straight" edge length;...

kind: cleanup
kind: refactoring
part: mmg3d
part: mesh adaptation

**This PR** 1. Fix a bug introduced by PR #239 2. Improve comments **Explanations of 1.** A bug was introduced by PR #239: triangles required by the user in the...

This PR replaces the macos-12 runners by macos-14 ones for jobs with VTK enabled. It fixes a recent deadlock (or very long slowdown) during the installation of VTK using homebrew...

kind: ci-failure