- Feb 08, 2012
-
-
Jean-François Remacle authored
-
- Jan 21, 2012
-
-
Christophe Geuzaine authored
-
- Nov 26, 2011
-
-
Christophe Geuzaine authored
-
- Nov 05, 2011
-
-
Jean-François Remacle authored
enhanced bl capabilities (avoid self intersection of layers)
-
- Oct 12, 2011
-
-
Jean-François Remacle authored
removed crazy stuff in meshGFace.cpp
-
- Oct 10, 2011
-
-
Jean-François Remacle authored
in meshing some 2D periodic surfaces.
-
- Mar 26, 2011
-
-
Christophe Geuzaine authored
- fixed MED node ordering - polished 64 bit Cocoa Mac OS X FLTK version - updated copyright
-
- Jul 13, 2010
-
-
Emilie Marchandise authored
-
- Jun 16, 2010
-
-
Emilie Marchandise authored
-
- Jun 10, 2010
-
-
Emilie Marchandise authored
No commit message
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Aug 14, 2009
-
-
Christophe Geuzaine authored
- moved GUI to FlGui + added experimental QGui to test Qt - fixed most MSVC and gcc compiler warnings - converted some remaining tabs to whitespace (that's why the patch is so large; please try to remember to indent with 2 spaces and not tabs when you commit stuff to CVS) - merged modified patch from Konstantinos Poulios to allow saving physical/partition as element tags in mesh formats that don't support them natively
-
- Dec 29, 2008
-
-
Christophe Geuzaine authored
- fix bb computation to avoid model jumping around when adding points in z=0 plane - pass interpol matrices as ref
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Nov 05, 2008
-
-
Christophe Geuzaine authored
-
- Sep 08, 2008
-
-
Christophe Geuzaine authored
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 03, 2008
-
-
Christophe Geuzaine authored
- removed every "throw;", i.e., every throw that did not throw an actual exception. throw wihout args should ONLY be used in a catch{} to re-throw the same exception (for it to be handled in another catch clause) - introduced GmshMessage callback class so that clients can easily implement their own message handling (see example in driverOCC.cpp)
-
- Jun 05, 2008
-
-
Claudine Bon authored
-
- May 04, 2008
-
-
Christophe Geuzaine authored
did in high * added mesh generation error log summary * removed Parallel subdir (this is now handled by the message class) * removed Box subdir and consolidated batch processing in a single routine * made List_T into a class * reduced dependencies in Pview*.h so we can eventually add the post-pro interface to the public API
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Jan 30, 2008
-
-
Jean-François Remacle authored
-
- Jan 22, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
A minimal Gmsh "null" model can now be embedded with no external dependencies
-
- Jan 20, 2008
-
-
Christophe Geuzaine authored
-
- Jan 14, 2008
-
-
Jean-François Remacle authored
-) A bug has been corrected in the MeshAdapt Procedure -) The 2D Delaunay is now Anisotropic -) 3D Sliver removal procedure has been improved -) Curvilinear mesh generation has been slightly improved, even if it is still far from done JFR
-
- Sep 04, 2007
-
-
Jean-François Remacle authored
-
- Jan 19, 2007
-
-
Christophe Geuzaine authored
- fixed infinite loop in edge loop creation (when the loop is wrong, just print a message and abort) - introduced options to control healing of OCC models
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Nov 26, 2006
-
-
Christophe Geuzaine authored
missing headers
-
- Nov 20, 2006
-
-
Jean-François Remacle authored
Plane surfaces are now recognized and the usual gmsh "cross" is drawn correctly
-
- Nov 16, 2006
-
-
Jean-François Remacle authored
-