- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- Jan 23, 2009
-
-
Christophe Geuzaine authored
-
- Jan 22, 2009
-
-
Christophe Geuzaine authored
* point not found should NOT be an error in the octree
-
- Jan 21, 2009
-
-
Jean-François Remacle authored
-
- Jan 19, 2009
-
-
Christophe Geuzaine authored
setNum() should change _globalNum
-
Jean-François Remacle authored
-
- Jan 18, 2009
-
-
Christophe Geuzaine authored
-
- Jan 13, 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
-
Christophe Geuzaine authored
-
- Jan 07, 2009
-
-
Christophe Geuzaine authored
that the 2 steps are orthogonal * added full-hexa subdivision algo
-
Stefen Guzik authored
-
- Jan 06, 2009
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Jan 04, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 03, 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 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
-
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
-
Christophe Geuzaine authored
-
Jean-François Remacle 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
-
- Dec 19, 2008
-
-
Christophe Geuzaine authored
move integration routines to Numeric/
-
- Dec 15, 2008
-
-
Christophe Geuzaine authored
-
- Dec 07, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Dec 06, 2008
-
-
Stefen Guzik authored
-
- Dec 02, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Dec 01, 2008
-
-
Christophe Geuzaine authored
There's no new functionality for now: PLEASE TEST THAT EVERYTHING WORKS AS IT USED TO BEFORE.
-
- Nov 29, 2008
-
-
Christophe Geuzaine authored
multi-window & multi-coordinate system drawing. There's no new functionality for now: PLEASE TEST THAT EVERYTHING WORKS AS IT USED TO BEFORE.
-
- Nov 28, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Nov 27, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-