- Apr 04, 2009
-
-
Christophe Geuzaine authored
- display all control points in GUI for gmsh curves - uniformize Fl_Value::step() values in GUI
-
- Mar 29, 2009
-
-
Christophe Geuzaine authored
-
- Mar 27, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Mar 25, 2009
-
-
Christophe Geuzaine authored
-
- Mar 23, 2009
-
-
Jean-François Remacle authored
-
- Mar 19, 2009
-
-
Christophe Geuzaine authored
-
- Mar 17, 2009
-
-
Christophe Geuzaine authored
-
- Mar 09, 2009
-
-
Claudine Bon authored
-
- Feb 27, 2009
-
-
Jean-François Remacle authored
-
- Feb 24, 2009
-
-
Christophe Geuzaine authored
-
- Feb 16, 2009
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Feb 12, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
tests with jf
-
- Feb 11, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 10, 2009
-
-
Christophe Geuzaine authored
- don't include Chaco by default: it screws up the blas/lapack interface
-
Jean-François Remacle authored
-
- Feb 09, 2009
-
-
Christophe Geuzaine authored
-
- Feb 08, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added simple Helhmoltz solver + demo finite element plugin
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 07, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Removed GSL dependency. Gmsh now uses blas and lapack for linear algebra stuff.
-
- Jan 28, 2009
-
-
Christophe Geuzaine authored
-
- Jan 27, 2009
-
-
Jean-François Remacle authored
Uniformisation of the weights of the Gauss Quadrature points (sum = volume of the reference element) Adding Gauss Quadrature rule for a line Modifications by Gaetan Bricteux
-
- Jan 23, 2009
-
-
Christophe Geuzaine authored
-
- Jan 10, 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
-
- 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
rewrote generic newton with fd. last func using GSL is minimize_N.
-
Christophe Geuzaine authored
removed parFromPoint and closestPoint from GEdge; replace their use in cgns code by appropriate reparamMeshVertex calls (not tested: I don't have cgns) removed now unused golden section minimizer (brent), now unused
-