- 20 Jan, 2021 7 commits
-
-
Christophe Geuzaine authored
new (probably temporary) gmsh/mesh/createEdges and gmsh/mesh/createFaces (until we provide a facility to simply create and store mesh edges/faces as elements)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
only return entities in output maps if the entities are bound: otherwise, when entities are unmodified by the boolean operation but are deleted, we would return non-existing entities (cf #1154)
-
Christophe Geuzaine authored
put "My solver" widgets in the main Solver menu + show how to have a "3D" button for actions instead of the standard text
-
Christophe Geuzaine authored
new "Aspect" attribute for string variables: if equal to "Button", draw a standard button instead of a simple clickable text
-
- 19 Jan, 2021 2 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- 18 Jan, 2021 2 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- 17 Jan, 2021 5 commits
-
-
Christophe Geuzaine authored
fix error in documentation: node and element tags in MSH4 are still ints (not size_t) in $NodeData, $ElementData and $ElementNodeData (cf. #1157). The switch to size_t is planned for a future revision of the MSH format, at the same time as the restructuring of the post-processing IO format to make it more efficient.
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- 16 Jan, 2021 9 commits
-
-
Christophe Geuzaine authored
bind highest dim entities after boolean operation only if explicit tag is given; when preserveNumbering is not set bind all the entities, as when preserveNumbering is set (cf. #1154)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- 15 Jan, 2021 1 commit
-
-
Christophe Geuzaine authored
-
- 14 Jan, 2021 3 commits
-
-
Christophe Geuzaine authored
Automatic isotropic mesh size field See merge request !388
-
Arthur Bawin authored
-
Christophe Geuzaine authored
recursive visibility/color now also applies changes to embedded entities; test clang-tidy modernize-use-auto
-
- 13 Jan, 2021 1 commit
-
-
Christophe Geuzaine authored
-
- 09 Jan, 2021 4 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
test FLTK_ABI_VERSION instead of FL_*_VERSION: the change introduced in FLTK 1.3.5 is ABI incompatible with FLTK 1.3 this should fix #1144
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
when the cross cannot be computed for a surface, add a single point (the center of the bounding box) instead of nothing, so that we still have a location to draw e.g. the label
-
- 08 Jan, 2021 5 commits
-
-
Christophe Geuzaine authored
-
-
Christophe Geuzaine authored
new -noenv and -nolocale to prevent Gmsh from modifying the environment or the locale at startup (cf. #1142)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- 07 Jan, 2021 1 commit
-
-
Christophe Geuzaine authored
Add regular tutorials (1-21) to cookbook See merge request !386
-