- Jun 17, 2022
-
-
Célestin Marot authored
-
- May 01, 2021
-
-
Célestin Marot authored
-
- Apr 03, 2021
-
-
Célestin Marot authored
-
- Mar 30, 2021
-
-
Célestin Marot authored
-
- Mar 20, 2021
-
-
Célestin Marot authored
-
- Mar 19, 2021
-
-
Célestin Marot authored
-
- Mar 18, 2021
-
-
Célestin Marot authored
-
Célestin Marot authored
-
- Feb 28, 2021
-
-
Célestin Marot authored
-
- Feb 27, 2021
-
-
Célestin Marot authored
-
Célestin Marot authored
-
Célestin Marot authored
-
Célestin Marot authored
-
Célestin Marot authored
it was never faster anyway
-
Célestin Marot authored
-
- Sep 03, 2020
-
-
Célestin Marot authored
-
- Sep 02, 2020
-
-
Célestin Marot authored
-
- Sep 01, 2020
-
-
Célestin Marot authored
-
- Aug 31, 2020
-
-
Célestin Marot authored
-
- Jun 15, 2020
-
-
Célestin Marot authored
Case of a constrained triangle entirely contained in a Delaunay cavity was not handled correctly. I was not saving the facet as a boundary facet twice (as it should be). Then, when reshaping the cavity to make it star-shaped, I did not remove the tet properly.
-
- Jun 12, 2020
-
-
Célestin Marot authored
-
- May 19, 2020
-
-
Célestin Marot authored
I apparently create some points outside of the circumsphere of their "parent" tetrahedron. I need to investigate if this is new or if it already did this in the old version
-
- May 07, 2020
-
-
Célestin Marot authored
-
Célestin Marot authored
-
Célestin Marot authored
- differentiate .insertionFirst and .numVerticesInMesh - giving NULL pointer has options to hxtDelaunay* is not allowed anymore
-
Célestin Marot authored
- Some cosmetic changes to the CMakeLists - add executables code in tetMesh. This allows you to run *_CLI independently - the core has got more features to simplify includes
-
- Apr 21, 2020
-
-
Célestin Marot authored
The *hxt* standalone repos that we are maintaining on a private Gitlab is becoming a total mess IMO. Therefore, as I'm at the end of my thesis and I want to distribute the *hxt* library in a "clean" manner, I thought I could maybe clean the *hxt* directory in *contrib*, and make it so that we can compile things independently. Therefore, I created this huge commit. - Keep a directory structure, even if it is in contrib. Each part of *hxt* has its own CMakeList.txt, and is compiled by gmsh as an OBJECT library target. Each target can be separately compiled. For example, you can go in *contrib/hxt/tetMesh* and do `mkdir build && cd build && cmake .. && make -j4` - Files that were not used by gmsh were deleted. Metis was actually not used. - tetMesh was updated to the newest version - hxt_octree.cpp was almost entirely surrounded by `#ifdef HAVE_P4EST` and it was throwing an error if it wasn't the case Therefore, I change that so that HAVE_P4EST was a prerequisite for the compilation. - You might notice cmake_minimum_required in *hxt* is version 3.9 to enable target_compile_features(... c_std_99) I doubt that people who wants to have HXT_ENABLED AND have a compiler with OpenMP 4+ and C99 AND have the latest version of Gmsh will have problem installing a newer version of CMake.
-
- Jan 27, 2020
-
-
Jean-François Remacle authored
update of hxt tet mesher with SPR and parallel optimizer + faster reproducible multithreaded 3d mesher
-
- Jul 26, 2019
-
- Feb 23, 2019
-
-
Christophe Geuzaine authored
This reverts commit 721727e3
-
Christophe Geuzaine authored
-
- Oct 20, 2018
-
-
Jean-François Remacle authored
-
- Aug 08, 2018
-
-
Jean-François Remacle authored
-
- Feb 18, 2018
-
-
Jean-François Remacle authored
-