"README.txt" did not exist on "b15af26e6c7308597ad6169da64e3df88f0b2c35"
- Mar 31, 2010
-
-
Christophe Geuzaine authored
-
- Mar 21, 2010
-
-
Christophe Geuzaine authored
-
- Mar 20, 2010
-
-
Christophe Geuzaine authored
-
- Mar 09, 2010
-
-
Christophe Geuzaine authored
No commit message
-
- Mar 08, 2010
-
-
Christophe Geuzaine authored
-
- Mar 07, 2010
-
-
Christophe Geuzaine authored
prototype "-watch" option to watch for specific files according to a pattern (use 'w' shortcut in GUI to test)
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Feb 08, 2010
-
-
Christophe Geuzaine authored
-
- Jan 06, 2010
-
-
Jean-François Remacle authored
Added Navier Stokes & 2 test cases in DG Added binary restart capabilities in DG Added mesh renumbering option (-renumber)@
-
Jonathan Lambrechts authored
-
- Dec 22, 2009
-
-
Emilie Marchandise authored
Added possibility to save distance to all boundaries (gmsh box.geo -2 -distance writes an additional distance.pos file) distance is computed simply with ann for the moment
-
- Dec 14, 2009
-
-
Christophe Geuzaine authored
-
- Nov 04, 2009
-
-
Bruno Seny authored
- invert #define logic (HAVE_MESH, HAVE_POST, HAVE_SOLVER, ... instead of HAVE_NO_MESH, HAVE_NO_POST, HAVE_NO_SOLVER)
-
- Nov 01, 2009
-
-
Christophe Geuzaine authored
-
- Oct 03, 2009
-
-
Christophe Geuzaine authored
-
- Oct 01, 2009
-
-
Christophe Geuzaine authored
better gestion of remote messages ("a la getdp")
-
- Sep 28, 2009
-
-
Jean-François Remacle authored
added some more topological infos in high order elements (useful for DGM, still have to be tested)
-
Jean-François Remacle authored
-
- Sep 01, 2009
-
-
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
-
- Jun 15, 2009
-
-
Jean-François Remacle authored
-
- Mar 29, 2009
-
-
Christophe Geuzaine authored
instead of implementation details (tetgen+delaunay & co)
-
- Feb 24, 2009
-
-
Christophe Geuzaine authored
-
- Feb 08, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 07, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Removed GSL dependency. Gmsh now uses blas and lapack for linear algebra stuff.
-
- Feb 01, 2009
-
-
Christophe Geuzaine authored
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
moved all string options to std::string ***************************************************************** WARNING: this has the potential to break things in subtle ways... PLEASE TEST AND REPORT ANY WEIRDNESSES *****************************************************************
-
- Jan 18, 2009
-
-
Christophe Geuzaine authored
-
- Jan 08, 2009
-
-
Christophe Geuzaine authored
HAVE_XXX defines. This fixes three longstanding problems: - the API was hard to use because some headers had HAVE_XXX ifdefs, so that cient codes had to know how the lib was compiled to compile themselves - we had to do make clean after each ./configure, which erased too much (e.g. most of contrib) - make depend could include unwanted stuff since it redefined FLAGS
-
- Jan 04, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 03, 2009
-
-
Christophe Geuzaine authored
added File->Clear + changed behaviour of File->New (now just adds a new model) allow smaller fonts for palettes (test with "-deltafontsize") use display list for 3d arrows (approx. 2x speedup on my laptop for large vector views) and spheres removed static quadrics (wrong when \exists multiple gl contexts), replaced with correct(?) init in drawContext
-
- 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 17, 2008
-
-
Christophe Geuzaine authored
changed -part command line handling
-