- Apr 12, 2007
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
we use the Lawson algorithm for 3D surface and the smallest circumsphere of the triangles as circumcircle. JFR
-
- Mar 24, 2007
-
-
Christophe Geuzaine authored
prepare for named string expr
-
- Mar 18, 2007
-
-
Christophe Geuzaine authored
- tentative fix for the "mysterious" crashes on Windows: I think that the problem comes from the new recursive tetra classification, where we probably overflow the stack on Windows. The fix is to request a larger initial stack size through the linker. - added option to control label saving in unrolled geo files - only test for neg jacobians for 2D/plane meshes for now - fixed several compiler warnings
-
- 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 09, 2007
-
-
Jean-François Remacle authored
-
- Mar 05, 2007
-
-
Christophe Geuzaine authored
fix syntax for hole carving
-
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
-
- 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 16, 2007
-
-
Christophe Geuzaine authored
added General.MinX, General.MaxX, etc. so that we can easily get the min/max of a model (useful e.g. to create a box around an imported STEP model) added example of mixed step/geo model
-
- Feb 13, 2007
-
-
Christophe Geuzaine authored
include the geometrical entities defined in this script (since we import THEM into GModel *after* we've parsed the file)
-
- Feb 12, 2007
-
-
Christophe Geuzaine authored
orientation bug in extrusion
-
- Feb 09, 2007
-
-
Christophe Geuzaine authored
- make it easier to build universal binaries on Mac - remove unused arg in transform functions (an prepare the terrain for periodic meshes)
-
- Feb 04, 2007
-
-
Christophe Geuzaine authored
-
- Feb 02, 2007
-
-
Christophe Geuzaine authored
- added warning dialog before attempting to append a scripting command to a non-geometry file - fixed mean plane computation for periodic curves - added headers + ramn indent on Attractor files
-
Jean-François Remacle authored
enhancement of gmsh Surfaces JFR
-
- Feb 01, 2007
-
-
Christophe Geuzaine authored
fix shift/reduce conflict in parser (had to slightly modify embedding syntax)
-
Christophe Geuzaine authored
make depend
-
- Jan 31, 2007
-
-
Jean-François Remacle authored
corrected some bugs in 2d mesher & occ interface
-
- Jan 29, 2007
-
-
Christophe Geuzaine authored
added MED export capability (merci Pascale!!)
-
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 25, 2007
-
-
Christophe Geuzaine authored
- save physicals labels when saving unrolled geometries - fixed crash in unrolled geo save (discrete points) - Delete Physicals now also deletes the physicals in GModel - removed unused rules and terminals in parser - put at least one mid-point when meshing non-straight lines in OCC: this fixes most of the trivial 2d meshing problems
-
- Jan 20, 2007
-
-
Christophe Geuzaine authored
-
- 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
-
Christophe Geuzaine authored
removed most unused, untested or non-working stuff in old CAD code
-
- 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 19, 2006
-
-
Christophe Geuzaine authored
fix err msg
-
- Dec 18, 2006
-
-
Christophe Geuzaine authored
Added basic support for physicals in all mesh formats that ignored physicals before (stl, vrml, mesh, bdf, pos). This way we can use the physical mechanism to only save parts of the mesh (like we do it now for msh and unv files). Next step will be to add an option to only mesh the physicals (and their dependencies). This is very useful for large models and/or for debugging.
-
- Dec 16, 2006
-
-
Christophe Geuzaine authored
better integration with mac finder
-
Christophe Geuzaine authored
OpenProblem -> OpenProject MergeProblem -> MergeFile
-
- Dec 03, 2006
-
-
Christophe Geuzaine authored
Layers{N,1} can now be written simply as Layers{N}
-
Christophe Geuzaine authored
deprecated -> warnings instead of errors
-
- Dec 02, 2006
-
-
Christophe Geuzaine authored
make default transfinite subdivision match old version to minimize backward compat problems
-
- Dec 01, 2006
-
-
Christophe Geuzaine authored
-