- Apr 01, 2008
-
-
Christophe Geuzaine authored
- replaced "Mesh.ContrainedBackgroundMesh" by "Mesh.CharacteristicLengthFromPoints" and "Mesh.CharacteristicLengthExtendFromBoundary" - fixed MED IO when numComp > 9
-
- Mar 26, 2008
-
-
Jean-François Remacle authored
-
- Mar 24, 2008
-
-
Christophe Geuzaine authored
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Mar 18, 2008
-
-
Jean-François Remacle authored
-
- Mar 11, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 23, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 22, 2008
-
-
Christophe Geuzaine authored
-
- Feb 18, 2008
-
-
Christophe Geuzaine authored
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Feb 05, 2008
-
-
Christophe Geuzaine authored
rewrote Pplugin(Triangulate) to use our in-house divide and conquer algo removed triangle from contrib reactivated OCC STL meshing
-
- Jan 30, 2008
-
-
Jean-François Remacle authored
-
- Jan 25, 2008
-
-
Christophe Geuzaine authored
-
- Jan 19, 2008
-
-
Christophe Geuzaine authored
start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
-
Christophe Geuzaine authored
simplify Visual C++ stuff: removed hacks from configure and created template "variables" file (so that building with msvc only requires gnu make)
-
- Jan 14, 2008
-
-
Jean-François Remacle authored
-) A bug has been corrected in the MeshAdapt Procedure -) The 2D Delaunay is now Anisotropic -) 3D Sliver removal procedure has been improved -) Curvilinear mesh generation has been slightly improved, even if it is still far from done JFR
-
- Dec 03, 2007
-
-
Jean-François Remacle authored
-
- Nov 26, 2007
-
-
Jean-François Remacle authored
-
- Nov 04, 2007
-
-
Jean-François Remacle authored
-
- 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 10, 2007
-
-
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 04, 2007
-
-
Jean-François Remacle authored
-
- Aug 21, 2007
-
-
Christophe Geuzaine authored
- removed static GMODEL (can now have multiple models) - added infrastructure for new post-processor module
-
- May 24, 2007
-
-
Christophe Geuzaine authored
enable new Delaunay for plane surfaces experimental: don't use it for now
-
- May 05, 2007
-
-
Christophe Geuzaine authored
-
- Apr 26, 2007
-
-
Jean-François Remacle authored
-
- Apr 20, 2007
-
-
Christophe Geuzaine authored
-
- Mar 23, 2007
-
-
Christophe Geuzaine authored
- changed '-convert' syntax to process multiple files at once - added lateral entities in list returned by extrusion commands
-
- Mar 13, 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)
-
- Jan 30, 2007
-
-
Christophe Geuzaine authored
- temporary fix for creation of second order vertices on periodic curves and periodic surfaces - speedup 2nd order vertex creation - never create MFaceVertices if we don't know the parametric coordinates (this will screw up the 2nd order algo!): create MVertices instead - fixed u,v coords of vertices after elliptic smoother in meshGFaceTransfinite - added "-format msh1" and "-format msh2" shortcuts to quickly select the version of the msh format from the command line + added "med" and "cgns" formats - moved gui guidelines in separate file
-
- Jan 29, 2007
-
-
Christophe Geuzaine authored
better configure for MED
-
- Jan 18, 2007
-
-
Christophe Geuzaine authored
- added exception to GPL for triangle/tetgen - fixed some command line switches - added option to antialiasing OpenGL rendering
-
- 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
-
-
Christophe Geuzaine authored
better names for mesh algo #defines
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-