- 02 Dec, 2019 2 commits
-
-
Christophe Geuzaine authored
- new fltk/isAvailable to detect if GUI has been closed
-
Christophe Geuzaine authored
Quitting the GUI now simply destroys the GUI, without exiting Gmsh. This allows to create/destroy the FLTK GUI at will in an API script.
-
- 28 Nov, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 27 Nov, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 19 Nov, 2019 2 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Less_Edge -> MEdgeLessThan, Equal_Edge -> MEdgeEqual, Hash_Edge -> MEdgeHash Less_Face -> MFaceLessThan, Equal_Face -> MFaceEqual, Hash_Face -> MFaceHash MVertexLessThan -> MVertexPtrLessThan, MVertexEqual -> MVertexPtrEqual, MVertexLessThanLexicographic -> MVertexPtrLessThanLexicographic Less_ElementPtr -> MElementPtrLessThan Less_Cell -> CellPtrLessThan GEntityLessThan -> GEntityPtrLessThan compareMLinePtr -> MLinePtrLessThan equalMLinePtr -> MLinePtrEqual
-
- 12 Nov, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 07 Nov, 2019 1 commit
-
-
Christophe Geuzaine authored
Physical is a reserved keyword of the .geo language - use PhysicalGroup instead (cf. #614 and a0d5ff7b)
-
- 28 Oct, 2019 2 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- 20 Oct, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 17 Oct, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 12 Sep, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 28 Aug, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 21 Aug, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 31 Jul, 2019 1 commit
-
-
Christophe Geuzaine authored
this allows to easily separate first order from high-order nodes later on (using mesh/getElementsByType), and is less intrusive than modifying mesh/getNodes & co to return the information directly
-
- 30 Jul, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 25 Jul, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 24 Jul, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 23 Jul, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 16 Jul, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 05 Jul, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 01 Jul, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 29 Jun, 2019 1 commit
-
-
Christophe Geuzaine authored
what is done for ellipse arcs in the built-in kernel. Fixes #578.
-
- 27 Jun, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 20 Jun, 2019 3 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Interface OCC sewing algorithm in the creation of surface loops, with extra arg in API or "Using Sewing" keywords in .geo files (fixes #583)
-
- 18 Jun, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 05 Jun, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 04 Jun, 2019 2 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
new mesh::clear() Rationale: setNodes/setElements were intrinsically a bad design choice, as these functions had to delete nodes and/or elements before storing the new ones. Using these functions in the wrong way could lead to an invalid mesh, with elements pointing to nodes that were deleted (in an adjacent entity). The only viable workflow is to delete the mesh (with the new clear() function), before adding nodes/elements.
-
- 02 Jun, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 01 Jun, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 26 May, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 22 May, 2019 1 commit
-
-
Christophe Geuzaine authored
-
- 14 May, 2019 2 commits
-
-
Christophe Geuzaine authored
This reverts commit 07cc55d9
-
Christophe Geuzaine authored
This reverts commit 211fa521, reversing changes made to 8ba56d73.
-
- 04 May, 2019 2 commits
-
-
Christophe Geuzaine authored
modify getJacobians, getBasisFunctions & co to take integrationPoints directly as argument (instead of integrationType)
-
Christophe Geuzaine authored
-