- Jan 19, 2008
-
-
Christophe Geuzaine authored
start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
-
- Jan 18, 2008
-
-
Christophe Geuzaine authored
more Visual C++ work
-
Christophe Geuzaine authored
more work for Visual C++
-
Christophe Geuzaine authored
-
- Sep 04, 2007
-
-
Jean-François Remacle authored
-
- Jul 09, 2007
-
-
Christophe Geuzaine authored
prepare for post-pro changes by moving all post-pro stuff in separate directory
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Nov 14, 2006
-
-
Christophe Geuzaine authored
start opencascade integration
-
- Sep 14, 2006
-
-
Christophe Geuzaine authored
fix missing SIGN in NR
-
Jean-François Remacle authored
-
- Aug 04, 2006
-
-
Christophe Geuzaine authored
-
- Jul 25, 2006
-
-
Jean-François Remacle authored
-
- Jul 12, 2006
-
-
Christophe Geuzaine authored
-
- Jul 10, 2006
-
-
Jean-François Remacle authored
-
- Feb 26, 2006
-
-
Christophe Geuzaine authored
moved most OS-dependent functions in OS.cpp
-
- Feb 25, 2006
-
-
Christophe Geuzaine authored
-
- Jan 28, 2006
-
-
Christophe Geuzaine authored
Rewrote the background mesh code to use the new post-pro octree instead of the old brick stuff. It's 100x faster ;-)
-
- Jan 06, 2006
-
-
Christophe Geuzaine authored
- new button under the graphic window to temporarily disable mouse selection (speeds-up redrawing of very large models + permits to rotate/zoom-in a model in selection mode even when the whole screen is full of selectable entities--e.g. a surface mesh) - new "lasso" selection mode (to select entities using the same kind of lasso as the lasso zoom: just Ctrl+click, then drag the mouse in selection mode; the shortcuts are the same as for the lasso zoom) - it is now possible to unselect entities using the middle mouse button (only for the creation of physicals at the moment; not sure if it's useful in the other cases) - new button in visibility browser to invert the current selection (very useful e.g. when multiple physical entities are associated with a given elementary entity, in order to "peel" away the model when adding new physicals; cf. philou) - changed meaning of Escape shortcut (cancel lasso or toggle mouse selection) + restore standard fltk Escape handling for all dialog windows - updated copyright string - new mesh label mode (coordinates); all label types are now also available for mesh vertices - added option in 'Print Option' dialog to disable printing of help strings - added a comment string with the date when creating a new file - new snapping grid for adding points in the GUI
-
- Dec 19, 2005
-
-
Christophe Geuzaine authored
make depend
-
- Sep 21, 2005
-
-
Christophe Geuzaine authored
make depend
-
- Aug 31, 2005
-
-
Christophe Geuzaine authored
First batch of changes so that we can compile the code on windows without cygwin. With these changes gmsh compiles and runs cleanly without solver/jpeg/png/triangle/netgen/gsl support.
-
- Jul 15, 2005
-
-
Christophe Geuzaine authored
fix memory leak + missing depend
-
- Jul 12, 2005
-
-
Jean-François Remacle authored
-
- Jun 20, 2005
-
-
Christophe Geuzaine authored
-
- Jun 03, 2005
-
-
Christophe Geuzaine authored
removed unused stuff + handle SURF_DISCRETE in MeshDiscreteSurface
-
- Jan 01, 2005
-
-
Christophe Geuzaine authored
copyright update
-
- Mar 05, 2004
-
-
Christophe Geuzaine authored
-D_BIG_ENDIAN conflicts on SunOS -> changed our last -D_XXX definitions to -DHAVE_XXX
-
- Feb 07, 2004
-
-
Christophe Geuzaine authored
Update copyright notice
-
- Nov 22, 2003
-
-
Christophe Geuzaine authored
main() should return zero after a successful run
-
- Mar 21, 2003
-
-
Christophe Geuzaine authored
Fix whitespace in copyright headers
-
- Mar 19, 2003
-
-
Christophe Geuzaine authored
Add missing copyright headers
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Feb 18, 2003
-
-
Christophe Geuzaine authored
This is a pretty big commit. - The Numerical Recipes routines have been moved to their own subdirectory: NR/ - These routines are now completely optional. Configure will determine if they have to be compiled in (if it's a non-free version of Gmsh) or if we should use the GSL routines instead. - The GSL routines are there. Well, sort of. The SVD stuff works great, but the minimization routines still need more work. The whole infrastructure is there, though: we can already compile a fully GPL compliant version of Gmsh by removing the NR subdirectory (or by specifying --enable-gsl to configure). - I also simplified the options passed to the compiler (OPTIM and FLAGS). That's all for today folks...
-
- Feb 11, 2003
-
-
Christophe Geuzaine authored
New makefile system based on autoconf. Only tested on Linux right now.
-
- Jan 23, 2003
-
-
Christophe Geuzaine authored
Updated copyright
-
- May 20, 2002
-
-
Christophe Geuzaine authored
-
- May 18, 2002
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-