- Aug 23, 2010
-
-
Amaury Johnen authored
-
- Aug 13, 2010
-
-
Jean-François Remacle authored
fixed newton in DG
-
- Apr 30, 2010
-
-
Christophe Geuzaine authored
in GUI to avoid flood of messages on mailing list (thx to Dave for this)
-
- Apr 25, 2010
-
-
Christophe Geuzaine authored
-
- Apr 21, 2010
-
-
Jonathan Lambrechts authored
-
- Mar 15, 2010
-
-
Christophe Geuzaine authored
-
- Mar 04, 2010
-
-
Christophe Geuzaine authored
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Feb 08, 2010
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 09, 2009
-
-
Christophe Geuzaine authored
with other toolkits than fltk
-
- 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)
-
- Sep 15, 2009
-
-
Christophe Geuzaine authored
-
- Aug 27, 2009
-
-
Christophe Geuzaine authored
-
- 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
-
- Aug 12, 2009
-
-
Koen Hillewaert authored
-
- Jun 19, 2009
-
-
Koen Hillewaert authored
-
- Apr 15, 2009
-
-
Jean-François Remacle authored
-
- Feb 05, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- Jan 23, 2009
-
-
Christophe Geuzaine authored
-
- Jan 21, 2009
-
-
Jean-François Remacle authored
-
- Jan 19, 2009
-
-
Jean-François Remacle 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
-
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
-
- Dec 14, 2008
-
-
Christophe Geuzaine authored
in-house of blas/lapack)
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Oct 20, 2008
-
-
Christophe Geuzaine authored
-
- Oct 14, 2008
-
-
Jean-François Remacle authored
-
- Oct 12, 2008
-
-
Christophe Geuzaine authored
- fixed missing getShapeFunction/getGradShapeFunction + return all sf at once so we can implement MElement in term of these consistently (w or w/o FunctionSpace) - can now merge multiple meshes and remove duplicate mesh vertices (useful e.g. when merging several STLs) - added easy interface to create model-based postpro datasets on the fly + use this for mesh quality stats
-
- Oct 05, 2008
-
-
Christophe Geuzaine authored
-
- Oct 04, 2008
-
-
Christophe Geuzaine authored
-
- Oct 03, 2008
-
-
Jean-François Remacle authored
add string.h needed for strdup and strcmp with some gcc version
-
Jean-François Remacle authored
-
- Oct 01, 2008
-
-
Christophe Geuzaine authored
geom entities
-
Christophe Geuzaine authored
-