- Jan 12, 2012
-
-
Axel Modave authored
-
- Oct 29, 2011
-
-
Axel Modave authored
-
- Aug 23, 2011
-
-
Christophe Geuzaine authored
-
- Mar 26, 2011
-
-
Christophe Geuzaine authored
- fixed MED node ordering - polished 64 bit Cocoa Mac OS X FLTK version - updated copyright
-
- Sep 06, 2010
-
-
Emilie Marchandise authored
-
- Aug 29, 2010
-
-
Christophe Geuzaine authored
FIXME: please remove dependencies to Geo/ code in Numeric/ !
-
- Jul 13, 2010
-
-
Emilie Marchandise authored
-
- Mar 07, 2010
-
-
Christophe Geuzaine authored
-
- Feb 23, 2010
-
-
Bruno Seny authored
-
- Feb 15, 2010
-
-
Jean-François Remacle authored
No commit message
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Jan 14, 2010
-
-
Emilie Marchandise authored
No commit message
-
- Dec 17, 2009
-
-
Bastien Gorissen authored
-
- Oct 09, 2009
-
-
Jean-François Remacle authored
-
- Sep 20, 2009
-
-
Christophe Geuzaine authored
-
- Sep 19, 2009
-
-
Christophe Geuzaine authored
renamed most gmsh* classes
-
- 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
-
- Apr 15, 2009
-
-
Jean-François Remacle authored
-
- Mar 19, 2009
-
-
Christophe Geuzaine authored
-
- Feb 07, 2009
-
-
Christophe Geuzaine authored
Removed GSL dependency. Gmsh now uses blas and lapack for linear algebra stuff.
-
- 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
-
- Dec 23, 2008
-
-
Christophe Geuzaine authored
rewrote generic newton with fd. last func using GSL is minimize_N.
-
Christophe Geuzaine authored
removed parFromPoint and closestPoint from GEdge; replace their use in cgns code by appropriate reparamMeshVertex calls (not tested: I don't have cgns) removed now unused golden section minimizer (brent), now unused
-
Christophe Geuzaine authored
-
- Dec 22, 2008
-
-
Christophe Geuzaine authored
More "numeric" work: removed all traces of Numerical Recipes, as the NR license is incompatible with our use. Replaced with Lapack for LU/SVD. Still need to recode newt & brent.
-
- Sep 16, 2008
-
-
Christophe Geuzaine authored
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Jan 22, 2008
-
-
Christophe Geuzaine authored
A minimal Gmsh "null" model can now be embedded with no external dependencies
-
- Jan 18, 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
-
- Nov 11, 2007
-
-
Jean-François Remacle authored
-
- Aug 31, 2007
-
-
Christophe Geuzaine authored
-
- Aug 25, 2007
-
-
Christophe Geuzaine authored
-
- Jan 12, 2007
-
-
Jean-François Remacle authored
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Nov 25, 2006
-
-
Christophe Geuzaine authored
more cleanups
-
- Sep 11, 2006
-
-
Christophe Geuzaine authored
added Shewchuk's robust geometrical predicates (since they can be duplicated in Tetgen/triangle I've put them in the gmsh namespace)
-
- Sep 10, 2006
-
-
Christophe Geuzaine authored
make negative physical entities behave like they're supposed to
-