- Feb 06, 2008
-
-
Laurent Van Migroet authored
-
- Jan 22, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
A minimal Gmsh "null" model can now be embedded with no external dependencies
-
- Jan 19, 2008
-
-
Christophe Geuzaine authored
more work on header pollution
-
Christophe Geuzaine authored
start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
-
- Jan 16, 2008
-
-
Christophe Geuzaine authored
fix memory bugs
-
- 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 15, 2007
-
-
Christophe Geuzaine authored
-
- Sep 26, 2007
-
-
Christophe Geuzaine authored
removed global THEM (once more step towards nicer integration of old GEO stuff)
-
- Sep 21, 2007
-
-
Christophe Geuzaine authored
manage GModel::list automatically (like PView::list)
-
- Sep 12, 2007
-
-
Christophe Geuzaine authored
rewrote vertex array code for meshes in the same way we do it now for post-processing (much simpler, pretty much same speed, and takes a bit less memory)
-
- Aug 21, 2007
-
-
Christophe Geuzaine authored
- removed static GMODEL (can now have multiple models) - added infrastructure for new post-processor module
-
- Aug 06, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
make remove() routines safe
-
- Aug 03, 2007
-
-
Christophe Geuzaine authored
projection faces are persistent and should never be deleted
-
- May 23, 2007
-
-
Christophe Geuzaine authored
- better tol in checkMeshCoherence()
-
- May 02, 2007
-
-
Christophe Geuzaine authored
- polished mesh option strings in gui - merged modified extrusion patch from <mi.benham@free.fr>
-
- Apr 21, 2007
-
-
Christophe Geuzaine authored
- only save mesh vertices that are used by elements - fix warnings + indent + memory leaks in new Field classes - temporary fix to avoid crashes in new field manager when post-pro views are reloaded or removed at run-time
-
- Apr 20, 2007
-
-
Christophe Geuzaine authored
-
- Apr 16, 2007
-
-
Jean-François Remacle authored
background mesh. I've still to write some fields sub-class, but backward compatibility should be ok now. Jonathan ----------------------------------------------------------------------
-
- Apr 08, 2007
-
-
Christophe Geuzaine authored
consolidate all SVector/SPoint/SBoundinBox into header files only + fixed little put in SPoint3
-
- Mar 18, 2007
-
-
Christophe Geuzaine authored
bug: fixed nasty double free in GEdge destructor
-
- Mar 02, 2007
-
-
Christophe Geuzaine authored
polish + remove unused striping lib
-
- Feb 26, 2007
-
-
Christophe Geuzaine authored
new boundary layer mesh generator refactored smooth value/smooth normal code into single SmoothData.* file
-
- Feb 04, 2007
-
-
Christophe Geuzaine authored
- print num vert+elm after each generation - reork tutorial a bit
-
- 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
-
- Jan 25, 2007
-
-
Christophe Geuzaine authored
- only delete selected physicals (instead of all of them; for philou) - move "save" button in visibility window - small logic fix in mesh draw
-
- Jan 22, 2007
-
-
Christophe Geuzaine authored
- fixed missing return value in OCCVertex::reparamOnFace - added code to highlight orphan entities (dave's idea) - added gui for incomplete second order elements - removed ugly static variables in 1d algo - made sure we remove all 2d order vertices before generating new ones
-
- 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 12, 2007
-
-
Jean-François Remacle authored
-
- Dec 17, 2006
-
-
Christophe Geuzaine authored
better mousewheel interaction
-
- Dec 12, 2006
-
-
Christophe Geuzaine authored
better handling of "negative" physical groups
-
- Nov 29, 2006
-
-
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
-
- Nov 05, 2006
-
-
Christophe Geuzaine authored
finish Mesh>Edit>Delete
-
- Nov 03, 2006
-
-
Christophe Geuzaine authored
small optim
-
- Nov 02, 2006
-
-
Christophe Geuzaine authored
much faster element deletion algorithm
-
- Nov 01, 2006
-
-
Christophe Geuzaine authored
more work on mesh editing
-