- Feb 01, 2007
-
-
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
-
- Nov 30, 2006
-
-
Christophe Geuzaine authored
new option to compute char lengths from curvature + removed most unused mesh options
-
Jean-François Remacle authored
curvature control is ok divide and conquer algo has been cleaned up
-
- Nov 29, 2006
-
-
Christophe Geuzaine authored
more infrastructure for projection face gui
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
physical entities can now be defined using a string instead of a number (and there is a new field $PhysicalNames in the .msh format to keep track of these strings)
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
remove elliptic - same as Transfinite with Mesh.Smoothing > 1
-
Christophe Geuzaine authored
- finished volume extrusion - cleanup ExtrudeParam (plug memory leak + remove unused stuff) - make netgen the default 3D algo for now (since it actually works)
-
Christophe Geuzaine authored
make explicit regions in extrusions DEPRECATED
-
Christophe Geuzaine authored
remove more attractor crap
-
- Nov 25, 2006
-
-
Christophe Geuzaine authored
cleanup
-
Christophe Geuzaine authored
bidir db: phase 3 -- move all the old geo stuff into Geo/
-
Christophe Geuzaine authored
bidi db: phase 2 -- continued
-
Christophe Geuzaine authored
bidir db: phase 2 -- removed all (well, most of) the old data structures and algorithms
-
Christophe Geuzaine authored
bidir db: phase 1
-
- Nov 22, 2006
-
-
Christophe Geuzaine authored
-
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
-
Stefen Guzik authored
support for CGNS IO
-
- Nov 16, 2006
-
-
Christophe Geuzaine authored
occ work
-