- May 18, 2010
-
-
Jonathan Lambrechts authored
-
- Apr 23, 2010
-
-
Emilie Marchandise authored
-
- Mar 31, 2010
-
-
Christophe Geuzaine authored
-
- Mar 21, 2010
-
-
Christophe Geuzaine authored
-
- Mar 11, 2010
-
-
Jean-François Remacle authored
No commit message
-
- Mar 01, 2010
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 15, 2010
-
-
Jean-François Remacle authored
No commit message
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Oct 12, 2009
-
-
Christophe Geuzaine authored
-
- Sep 19, 2009
-
-
Christophe Geuzaine authored
renamed most gmsh* classes
-
- Aug 27, 2009
-
-
Christophe Geuzaine authored
make divide & conquer thread-safe by encapsulating everything into the DocRecord class
-
- 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
-
- Jul 17, 2009
-
-
Jean-François Remacle authored
-
- Mar 30, 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
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Aug 12, 2008
-
-
Christophe Geuzaine authored
1) this removes the asymmetry in all the routines involving mesh elements associated with points 2) it makes it possible to use point-based datasets in the model-based post-processing module ********************************************************** PLEASE TEST --- ESPECIALLY THE INPUT/OUTPUT ROUTINES! ********************************************************** * made GModel::getEntities() more efficient and generalized its use
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 10, 2008
-
-
Christophe Geuzaine authored
-
- Jun 27, 2008
-
-
Christophe Geuzaine authored
- merge OCC64 patch from Jose Paulo Moitinho de Almeida
-
- Jun 07, 2008
-
-
Christophe Geuzaine authored
* removed unused stuff (more to come) * moved remaining into Common
-
- 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
-
- Mar 01, 2008
-
-
Christophe Geuzaine authored
* more work on gmodel post-pro * small cleanups in divide and conquer: reduce memory by removing unused voronoi, fix potential crashes in meshGFace, introduce basic class dealing with allocations to avoid messy malloc/free
-
- Feb 21, 2008
-
-
Christophe Geuzaine authored
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Feb 05, 2008
-
-
Christophe Geuzaine authored
-
- Jan 22, 2008
-
-
Christophe Geuzaine authored
-
- Jan 19, 2008
-
-
Christophe Geuzaine authored
start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
-
- Sep 04, 2007
-
-
Jean-François Remacle authored
-
- Jan 16, 2007
-
-
Christophe Geuzaine authored
- reimplemented subdivision of extruded meshes - fix indent + unused var + gcc warnings all over the place
-
- Jan 08, 2007
-
-
Christophe Geuzaine authored
-
- Dec 01, 2006
-
-
Jean-François Remacle authored
-
- Nov 30, 2006
-
-
Christophe Geuzaine authored
new option to compute char lengths from curvature + removed most unused mesh options
-
Jean-François Remacle authored
curvature control is ok divide and conquer algo has been cleaned up
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Nov 25, 2006
-
-
Christophe Geuzaine authored
reduce POINT memory footprint (remove all unused stuff!)
-
Christophe Geuzaine authored
bidir db: phase 3 -- move all the old geo stuff into Geo/
-