- Jan 15, 2010
-
-
Jonathan Lambrechts 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)@
-
- Dec 24, 2009
-
-
Christophe Geuzaine authored
-
- Dec 22, 2009
-
-
Jonathan Lambrechts authored
though. doc interface is present but no doc is generated
-
- Dec 15, 2009
-
-
Jonathan Lambrechts authored
-
- Dec 12, 2009
-
-
Éric Béchet authored
-
- Dec 11, 2009
-
-
Jonathan Lambrechts authored
-
- Dec 10, 2009
-
-
Éric Béchet authored
-
- Dec 09, 2009
-
-
Jean-François Remacle authored
-
- Dec 08, 2009
-
-
Jean-François Remacle authored
-
- Dec 03, 2009
-
-
Jean-François Remacle authored
Multiscale Laplace works
-
- Nov 26, 2009
-
-
Jonathan Lambrechts authored
-
- Nov 24, 2009
-
-
Bruno Seny authored
-
- Nov 09, 2009
-
-
Jonathan Lambrechts authored
-
- Nov 05, 2009
-
-
Jonathan Lambrechts authored
-
Jonathan Lambrechts authored
-
Jonathan Lambrechts authored
-
- Oct 25, 2009
-
-
Christophe Geuzaine authored
- more work on slepc integration
-
- Oct 22, 2009
-
-
Éric Béchet authored
-
- Oct 04, 2009
-
-
Christophe Geuzaine authored
-
- Sep 19, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 22, 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 10, 2009
-
-
Jean-François Remacle authored
Added a sort of the eigenvalues and print functions
-
- Apr 15, 2009
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Mar 27, 2009
-
-
Christophe Geuzaine authored
-
- Feb 12, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
tests with jf
-
- Feb 08, 2009
-
-
Christophe Geuzaine authored
-
- Feb 07, 2009
-
-
Christophe Geuzaine authored
Removed GSL dependency. Gmsh now uses blas and lapack for linear algebra stuff.
-
- 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
-
- 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
window with experimental tree browser
-
- Dec 23, 2008
-
-
Christophe Geuzaine authored
-
- Dec 22, 2008
-
-
Christophe Geuzaine authored
More "numeric" work: removed all traces of Numerical Recipes, as the NR license is incompatible with our use. Replaced with Lapack for LU/SVD. Still need to recode newt & brent.
-
Christophe Geuzaine authored
replace touchSubmatrix() & co with copy() full code now works without GSL (even ho)
-
Christophe Geuzaine authored
-
- Dec 21, 2008
-
-
Christophe Geuzaine authored
-