- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Feb 16, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 06, 2008
-
-
Christophe Geuzaine authored
-
- Feb 05, 2008
-
-
Christophe Geuzaine authored
use geom.tol in FinishUpBoundingBox
-
- Jan 28, 2008
-
-
Christophe Geuzaine authored
move random seed init in GenerateMesh
-
- Jan 21, 2008
-
-
Christophe Geuzaine authored
API cleanup: FVertex, FEdge, etc. -> fourierVertex, fourierEdge, etc.
-
- Jan 20, 2008
-
-
Christophe Geuzaine authored
make parser embeddable in code with other parser (yy->gmsh_yy) more work on headers fixed lots of gcc warnings
-
- Jan 19, 2008
-
-
Christophe Geuzaine authored
start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
-
- Jan 16, 2008
-
-
Christophe Geuzaine authored
fix memory bugs
-
- Jan 08, 2008
-
-
Christophe Geuzaine authored
constness fixes
-
- Sep 26, 2007
-
-
Christophe Geuzaine authored
removed global THEM (once more step towards nicer integration of old GEO stuff)
-
- Sep 24, 2007
-
-
Christophe Geuzaine authored
-
- Sep 15, 2007
-
-
Christophe Geuzaine authored
- fix crash in Plugin(MakeSimplex) - fix main bbox computation when one view has an empty bbox
-
- Sep 12, 2007
-
-
Christophe Geuzaine authored
fix crash in batch mode
-
- Sep 10, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
moving to new post-processing database *** WARNING *** do not upgrade if you need plugins or adaptive views: these have not been ported (yet) to the new database *** WARNING ***
-
- Sep 09, 2007
-
-
Christophe Geuzaine authored
-
- Sep 08, 2007
-
-
Christophe Geuzaine authored
airplane work: more work to complete remaing features (read, combineSpace, combineTime) in new post-pro
-
- Aug 31, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 28, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 24, 2007
-
-
Christophe Geuzaine authored
-
- Aug 21, 2007
-
-
Christophe Geuzaine authored
- removed static GMODEL (can now have multiple models) - added infrastructure for new post-processor module
-
- Aug 17, 2007
-
-
Christophe Geuzaine authored
- better SplitFileName (e.g. to remove full path from \includegraphics{} in .tex files) - better interactive positionning of projection surfaces
-
- Jul 11, 2007
-
-
Christophe Geuzaine authored
small cleanups for 2.0.8
-
- May 23, 2007
-
-
Christophe Geuzaine authored
- better tol in checkMeshCoherence()
-
- May 05, 2007
-
-
Christophe Geuzaine authored
dos2unix
-
- May 03, 2007
-
-
Christophe Geuzaine authored
add test version of fourier model
-
- Mar 16, 2007
-
-
Jean-François Remacle authored
-
- Mar 11, 2007
-
-
Christophe Geuzaine authored
- preliminary work to interface more parser functions with general GEntities - we can now export simple GModels as.geo files (points, straight line segments, plane surfaces, ruled surfaces and volumes are treated correctly; all non-straight-line curves are exported as splines; all non-plane/ruled surfaces are not exported) - tentative fix for the unv export problem reported on the mailing list (fprintf() buggy on some machines??) - new IO (both read and write) for structured grids using the NASA Plot3D format (for Olivier)
-
- Mar 05, 2007
-
-
Christophe Geuzaine authored
- boundary layer can now be generated by using a post-pro view for the normal field - added more operations on lists in parser (FExpr * FExpr_Multi, etc.) - new "hole carving" code to create extruded grids carved out around some surfaces (the resulting cavity can be filled with "grout" using the unstructured algos) - check if bboxes of post-pro views are not == VAL_INF before adding them to the model bbox (bug report from Renaud Sizaire) - fixed crash in LCM_xxx tensor drawing code when no tensor points are available. (This piece of code should be cleaned up further--no time for that now.) - generalize Levelset plugins so that they work on point data sets
-
- Feb 04, 2007
-
-
Christophe Geuzaine authored
-
- Jan 29, 2007
-
-
Christophe Geuzaine authored
- using quads to draw 2nd order elements was a bad idea (they can be non-plane, so the normals computed for lighting did not always look nice). It's better to just split each quad into 2 triangles. - import THEM in ParseString
-
- Jan 18, 2007
-
-
Christophe Geuzaine authored
removed gobal meshSize in GMODEL: for now use CTX.lc, which is correctly updated when multiple files are merged
-
- Jan 17, 2007
-
-
Christophe Geuzaine authored
- new option Geometry.Tolerance (or -tol on the command line) to set the tolerance for the old CAD engine, for OCC healing and for STL import - removed more unused options
-
- Jan 12, 2007
-
-
Jean-François Remacle authored
-
- Jan 10, 2007
-
-
Christophe Geuzaine authored
- bug fix: need to create temporary bounding box and compute CTX.lc *during* parsing step until we fill the new db on the fly (Some geo transforms in the parser use CTX.lc for tolerences. But CTX.lc was always equal to 1 since we only do a SetBoundingBox on GModel after parsing!) - cleanup spline interpol (remove duplicate code)
-
- Dec 21, 2006
-
-
Christophe Geuzaine authored
- removed ugly fix in transf mesh of tri surf - use MFaceVertex params in boundary mesh if available - cleanup intro chapter in docs
-