- 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
-
- Dec 16, 2006
-
-
Christophe Geuzaine authored
better integration with mac finder
-
Christophe Geuzaine authored
OpenProblem -> OpenProject MergeProblem -> MergeFile
-
- Nov 29, 2006
-
-
Jean-François Remacle authored
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Nov 25, 2006
-
-
Christophe Geuzaine authored
cleanup
-
Christophe Geuzaine authored
bidir db: phase 3 -- move all the old geo stuff into Geo/
-
- Nov 22, 2006
-
-
Christophe Geuzaine authored
fix crash when trying to draw a geom while the db is being built
-
- Nov 21, 2006
-
-
Christophe Geuzaine authored
occ mingw
-
- Nov 15, 2006
-
-
Jean-François Remacle authored
-
- Nov 14, 2006
-
-
Jean-François Remacle authored
:i
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
start opencascade integration
-
- Sep 07, 2006
-
-
Christophe Geuzaine authored
better fix
-
Christophe Geuzaine authored
fix crash when adding a geo entity while a mesh is displayed
-
- Sep 03, 2006
-
-
Christophe Geuzaine authored
- finished Nastran BDF implementation (read+write in all BDF formats: free field, small field & long field) - improved UNV and Medit import - added detection of bad vertex indices in all import routines - fixed bug in 2nd order quad constructor
-
- Sep 02, 2006
-
-
Christophe Geuzaine authored
- changed UNV output to match MSH output w.r.t. physical groups - new UNV file reader
-
- Aug 31, 2006
-
-
Christophe Geuzaine authored
Added support (both read and write) for the Nastran Bulk Data File format (BDF). This might need some adjustments depending on what the actual spec is: I just reverse engineered some BDF files I found on the web :-)
-
- Aug 26, 2006
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
- better computation of bounds for discrete entities - added small widget for light position selection - infrastructure for Fourier models
-
- Aug 22, 2006
-
-
Christophe Geuzaine authored
- done rewriting second order algo - small optimizations here and there to speed up the vertex array creation (we should get rid of List_Add & co)
-
- Aug 20, 2006
-
-
Christophe Geuzaine authored
reduce dependencies by putting the selection buffer stuff in its own file
-