- 13 Jun, 2020 7 commits
-
-
Christophe Geuzaine authored
change gmsh.info links to https (as well as a few others, where it makes sense) + use relative paths in img src
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
-
Christophe Geuzaine authored
Correct Hxt embedded surface Brep See merge request !351
-
Célestin Marot authored
I thought the BRep was only containing the bounding surfaces/lines that defines a volumes/surface, and that it did not contain the embeded element. Actually, the BRep should contain those elements.
-
Christophe Geuzaine authored
-
- 12 Jun, 2020 5 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Hxt new size options See merge request !349
-
Christophe Geuzaine authored
-
Célestin Marot authored
-
Célestin Marot authored
-
- 11 Jun, 2020 3 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add createGeometry to discreteRegion, so that we can selectively choose which discrete volumes we want to remesh
-
Christophe Geuzaine authored
-
- 10 Jun, 2020 2 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- 09 Jun, 2020 1 commit
-
-
Christophe Geuzaine authored
-
- 08 Jun, 2020 5 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Fix some more ODR violations in MMG3D See merge request !348
-
Stefan Brüns authored
MMG_endcod is an identical definition in mmg3dlib.c, which also uses the same global MMG_ctim/MMG_imprim variables. Defining the variables twice is an ODR violation.
-
Stefan Brüns authored
The analar state variables are only reset and printed in MMG_mmg3d1, MMG_mm3d4, so move the definition to analar.c. Another ODR violation fix.
-
Stefan Brüns authored
-
- 07 Jun, 2020 1 commit
-
-
Christophe Geuzaine authored
-
- 06 Jun, 2020 1 commit
-
-
Christophe Geuzaine authored
-
- 05 Jun, 2020 10 commits
-
-
Christophe Geuzaine authored
new mesh/getJacobian() function to retrieve Jacobian data for a single element. This can be useful e.g. for post-processing, when one wants to evaluate the Jac at arbitrary locations in a mesh and where the bulk evaluation of Jacs is ill-suited.
-
-
Christophe Geuzaine authored
getVertexVTK for Prism6 See merge request !347
-
Luca Verzeroli authored
-
Luca Verzeroli authored
-
Luca Verzeroli authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- 04 Jun, 2020 5 commits
-
-
Christophe Geuzaine authored
Hxt refine dev See merge request !346
-
Christophe Geuzaine authored
Fix mmg detection See merge request !345
-
Christophe Geuzaine authored
When countDiscrete is false, getMeshStatus() should only return "dim" if all "dim"-dimension entities are actually meshed. With the api, we can end up in situations where a model is meshed, then is modified by adding some entities. Meshing again should not conclude that the existing mesh is available, as it can be incomplete. This fixes #897.
-
Célestin Marot authored
-
Célestin Marot authored
-