- May 26, 2022
-
- May 24, 2022
-
-
Christophe Geuzaine authored
-
- May 23, 2022
-
-
Christophe Geuzaine authored
OpenMP forbids leaving block via exception: catch exceptions inside the block, and throw the last error outside the block (cf. #1941)
-
- May 22, 2022
-
-
Christophe Geuzaine authored
-
- May 21, 2022
-
-
Christophe Geuzaine authored
use gmsh.view.option.*(tag, ...) instead of gmsh.option.*("View[index]...", ...) in tutorials (cf. #1649)
-
Christophe Geuzaine authored
-
- May 19, 2022
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- May 16, 2022
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Could -> Could not See merge request gmsh/gmsh!469
-
- May 13, 2022
-
-
Christophe Geuzaine authored
- May 12, 2022
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
new Geometry.OCCSafeUnbind to disable fast unbind optimization (e.g. for tag backward compatibility): cf. #1928
-
Christophe Geuzaine authored
-
Anthony Royer authored
-
- May 09, 2022
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
enhance crack plugin See merge request gmsh/gmsh!468
-
Christophe Geuzaine authored
# Conflicts: # CHANGELOG.txt
-
- May 08, 2022
-
-
Christophe Geuzaine authored
use brute-force calculation of bboxes if Geometry.OCCBoundsUseStl is set: OCC's algorithm enlarges the box by a factor that is hard to predict (combining STL deflection and shape tolerance). While this is safe, it's annoying for our use of bboxes. So let's simply compute the bounds of using the STL nodes and be done with it.
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
handle degenerate case when the same element touches both sides of the same crack with different nodes
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- May 06, 2022
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- May 05, 2022
-
-
Christophe Geuzaine authored
-
- May 04, 2022
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- May 02, 2022
-
-
Christophe Geuzaine authored
-
- May 01, 2022
-
- Apr 30, 2022
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Apr 29, 2022
-
-
Christophe Geuzaine authored
-
- Apr 28, 2022
-
-
Christophe Geuzaine authored
only save groups of elements when saveGroupsOfElements is negavtive if the (dim+1)^th digit is 1 (as documented); this allows to use other values to disable group of element saving altogether
-
- Apr 27, 2022
-
-
Christophe Geuzaine authored
-