- 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
-
Christophe Geuzaine authored
-
- Dec 15, 2008
-
-
Christophe Geuzaine authored
-
- Dec 07, 2008
-
-
Christophe Geuzaine authored
-
- Dec 06, 2008
-
-
Christophe Geuzaine authored
-
- Nov 28, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Nov 23, 2008
-
-
Christophe Geuzaine authored
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Aug 11, 2008
-
-
Jean-François Remacle authored
-
- Jul 21, 2008
-
-
Christophe Geuzaine authored
- don't play tricks in Extend1DMesh & co: always follow the option (so we can predictbly mix point/curvature lcs with fields)
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 10, 2008
-
-
Christophe Geuzaine authored
-
- Jul 03, 2008
-
-
Christophe Geuzaine authored
- removed every "throw;", i.e., every throw that did not throw an actual exception. throw wihout args should ONLY be used in a catch{} to re-throw the same exception (for it to be handled in another catch clause) - introduced GmshMessage callback class so that clients can easily implement their own message handling (see example in driverOCC.cpp)
-