- Jun 25, 2009
-
-
Christophe Geuzaine authored
-
- Jun 20, 2009
-
-
Christophe Geuzaine authored
-
- Jun 15, 2009
-
-
Jean-François Remacle authored
-
- Jun 14, 2009
-
-
Christophe Geuzaine authored
-
- Jun 10, 2009
-
-
Jean-François Remacle authored
Added a sort of the eigenvalues and print functions
-
- Apr 30, 2009
-
-
Jean-François Remacle authored
added createTopology when Merging a MSH File and implemented discreteEdge
-
- Mar 11, 2009
-
-
Christophe Geuzaine authored
-
- Feb 05, 2009
-
-
Christophe Geuzaine authored
-
- Feb 03, 2009
-
-
Christophe Geuzaine authored
-
- Feb 02, 2009
-
-
Christophe Geuzaine authored
-
Koen Hillewaert authored
-
- Feb 01, 2009
-
-
Christophe Geuzaine authored
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- Jan 10, 2009
-
-
Christophe Geuzaine authored
Added "File->Save Options" to automatically save options for the current project (same name + appended ".opt") OpenProject will detect the ".opt" and will load the options automatically if available. Adapted from an original idea and patch from <jiri.hnidek@tul.cz>. Thanks Jiri!
-
- 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 07, 2009
-
-
Christophe Geuzaine authored
-
- Jan 04, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
the stack (To avoid having many empty models in the stack, we reuse the current model if it's empty. Maybe we shouldn't try to be this clever: not sure...)
-
- 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 28, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
window with experimental tree browser
-
- Dec 07, 2008
-
-
Christophe Geuzaine authored
-
- Dec 02, 2008
-
-
Christophe Geuzaine authored
-
- Dec 01, 2008
-
-
Christophe Geuzaine authored
There's no new functionality for now: PLEASE TEST THAT EVERYTHING WORKS AS IT USED TO BEFORE.
-
- Nov 19, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- don't die silently when a read function fails - fixed while bunch of compiler warnings
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Oct 08, 2008
-
-
Christophe Geuzaine authored
-
- Oct 03, 2008
-
-
Christophe Geuzaine authored
-
- Sep 25, 2008
-
-
Jean-François Remacle authored
-
- Jul 27, 2008
-
-
Christophe Geuzaine authored
fixed-size C strings
-
Christophe Geuzaine authored
**************************************************************** **** PLEASE TEST YOUR SCRIPTS (ESPECIALLY ONES WITH LISTS, ***** **** COMPLICATED AFFECTATIONS, ETC.) ***** ****************************************************************
-
- Jul 25, 2008
-
-
Christophe Geuzaine authored
(only if the current model is not empty: if it's empty it probably mean we just launched gmsh, and we don't want to delete variables set e.g. using the -string command line option) all this open/merge stuff needs to be cleaned up
-