- Jan 07, 2009
-
-
Stefen Guzik 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 23, 2008
-
-
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
-
- Dec 01, 2008
-
-
Christophe Geuzaine authored
There's no new functionality for now: PLEASE TEST THAT EVERYTHING WORKS AS IT USED TO BEFORE.
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Nov 08, 2008
-
-
Jean-François Remacle authored
-
- Aug 20, 2008
-
-
Jean-François Remacle authored
-
- 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)
-
- May 04, 2008
-
-
Christophe Geuzaine authored
did in high * added mesh generation error log summary * removed Parallel subdir (this is now handled by the message class) * removed Box subdir and consolidated batch processing in a single routine * made List_T into a class * reduced dependencies in Pview*.h so we can eventually add the post-pro interface to the public API
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Feb 23, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 21, 2008
-
-
Christophe Geuzaine authored
API cleanup: new discreteVertex, discreteEdge, ... entities (replacing the old hacks in gmshVertex, gmshEdge, ...), the future basis of the indepedent "null" model (cf. HAVE_NO_GEO define)
-
Christophe Geuzaine authored
API cleanup: removed unused functions
-
- Jan 16, 2008
-
-
Christophe Geuzaine authored
rename transf params & remove unused ones in old structs
-
- Oct 14, 2007
-
-
Christophe Geuzaine authored
-
- Oct 08, 2007
-
-
Christophe Geuzaine authored
make clear in docs that node/elemement tags should be > 0 (and not == 0)
-
- Sep 26, 2007
-
-
Christophe Geuzaine authored
removed global THEM (once more step towards nicer integration of old GEO stuff)
-
- Aug 29, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix bug for ruled surfaces with holes (part 1)
-
- Jul 25, 2007
-
-
Christophe Geuzaine authored
Bezier curves are broken
-
- May 14, 2007
-
-
Jean-François Remacle authored
-
- Mar 13, 2007
-
-
Jean-François Remacle authored
-
- Mar 05, 2007
-
-
Jean-François Remacle authored
-
- Mar 02, 2007
-
-
Jean-François Remacle authored
-
- Feb 27, 2007
-
-
Jean-François Remacle authored
-
- Feb 26, 2007
-
-
Christophe Geuzaine authored
new boundary layer mesh generator refactored smooth value/smooth normal code into single SmoothData.* file
-
- Feb 03, 2007
-
-
Christophe Geuzaine authored
-
- Feb 02, 2007
-
-
Jean-François Remacle authored
enhancement of gmsh Surfaces JFR
-
- Jan 31, 2007
-
-
Jean-François Remacle authored
-
- Jan 06, 2007
-
-
Christophe Geuzaine authored
fixed interpolation of ruled surfaces created by extrusion fixed interpolation of trimmed ruled surfaces
-
- Dec 21, 2006
-
-
Jean-François Remacle authored
are more correct)
-
- Dec 20, 2006
-
-
Jean-François Remacle authored
-
- Dec 16, 2006
-
-
Christophe Geuzaine authored
fix interactive modification of mesh attributes
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
extrude edge+face (only "recombined" for now; we'll implement subdivision into simplices "globally" later)
-