- Oct 11, 2012
-
-
Christophe Geuzaine authored
-
- Jan 21, 2012
-
-
Christophe Geuzaine authored
-
- Mar 26, 2011
-
-
Christophe Geuzaine authored
- fixed MED node ordering - polished 64 bit Cocoa Mac OS X FLTK version - updated copyright
-
- Aug 26, 2010
-
-
Christophe Geuzaine authored
-
- Jun 30, 2010
-
-
Jean-François Remacle authored
No commit message
-
- Mar 02, 2010
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Jan 11, 2010
-
-
Christophe Geuzaine authored
-
- Nov 08, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 07, 2009
-
-
Christophe Geuzaine authored
Propose to automatically create .geo file with a Merge command when trying to append a scripting command to a non-geo file. Got the idea after the discussion with Robert Bou. (This is better than scripting the Merge command IMHO.)
-
- 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)
-
- Aug 17, 2009
-
-
Christophe Geuzaine authored
re-committing work from last two days after server crash: - refactored old Geo code (new/delete) - moved DrawPlugin to Plugin - move from matheval to mathex - move from Flu_Tree_Browser to Fl_Tree - fixed crash in Triangulate plugin
-
- 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
-
- Mar 11, 2009
-
-
Christophe Geuzaine authored
-
- Feb 01, 2009
-
-
Christophe Geuzaine authored
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 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 06, 2009
-
-
Christophe Geuzaine authored
-
- Jan 04, 2009
-
-
Christophe Geuzaine authored
-
- 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
-
- Nov 09, 2008
-
-
Christophe Geuzaine authored
-
- Nov 06, 2008
-
-
Christophe Geuzaine authored
-
- Oct 09, 2008
-
-
Jean-François Remacle authored
-
- Sep 26, 2008
-
-
Christophe Geuzaine authored
* no lc at points == MAX_LC (-> lc/10 like for STEP & co) * don't specify a char length at points by default when creating a geo with the GUI
-
- Aug 03, 2008
-
-
Christophe Geuzaine authored
-
- Jul 27, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fixed-size C strings
-
Christophe Geuzaine authored
**************************************************************** **** PLEASE TEST YOUR SCRIPTS (ESPECIALLY ONES WITH LISTS, ***** **** COMPLICATED AFFECTATIONS, ETC.) ***** ****************************************************************
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 04, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jun 27, 2008
-
-
Christophe Geuzaine authored
- merge OCC64 patch from Jose Paulo Moitinho de Almeida
-
- Jun 19, 2008
-
-
Christophe Geuzaine authored
-
- Jun 07, 2008
-
-
Christophe Geuzaine authored
* removed unused stuff (more to come) * moved remaining into Common
-
- May 06, 2008
-
-
Christophe Geuzaine authored
* implemented first rough draft of VTK mesh writer
-
- 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
-