- 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
-
- Dec 16, 2006
-
-
Christophe Geuzaine authored
OpenProblem -> OpenProject MergeProblem -> MergeFile
-
- Nov 30, 2006
-
-
Christophe Geuzaine authored
more on clcurv options
-
Christophe Geuzaine authored
new option to compute char lengths from curvature + removed most unused mesh options
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
remove aniso + old extrude from interface
-
- Nov 15, 2006
-
-
Christophe Geuzaine authored
more occ work
-
- Sep 24, 2006
-
-
Christophe Geuzaine authored
spec fltk theme with -theme + minor tweaks
-
- Sep 07, 2006
-
-
Jean-François Remacle authored
-
- 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
-
- Aug 19, 2006
-
-
Christophe Geuzaine authored
Implemented new binary MSH file format (both read and write). A 250Mb mesh file (6 million tetrahedra) is now read or written to disk in less than 10 seconds (on my powerbook's slow hard drive).
-
- Aug 16, 2006
-
-
Christophe Geuzaine authored
-
- Aug 12, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 10, 2006
-
-
Christophe Geuzaine authored
-
- Aug 07, 2006
-
-
Christophe Geuzaine authored
-
- Aug 05, 2006
-
-
Christophe Geuzaine authored
-
- Jul 12, 2006
-
-
Christophe Geuzaine authored
-
- Mar 17, 2006
-
-
Christophe Geuzaine authored
minimize the number of files that include GmshVersion.h: it's annoying to recompiletoo many files just because the version string changes
-
- Feb 26, 2006
-
-
Christophe Geuzaine authored
moved most OS-dependent functions in OS.cpp
-
- Feb 24, 2006
-
-
Christophe Geuzaine authored
-
- Jan 06, 2006
-
-
Christophe Geuzaine authored
- new button under the graphic window to temporarily disable mouse selection (speeds-up redrawing of very large models + permits to rotate/zoom-in a model in selection mode even when the whole screen is full of selectable entities--e.g. a surface mesh) - new "lasso" selection mode (to select entities using the same kind of lasso as the lasso zoom: just Ctrl+click, then drag the mouse in selection mode; the shortcuts are the same as for the lasso zoom) - it is now possible to unselect entities using the middle mouse button (only for the creation of physicals at the moment; not sure if it's useful in the other cases) - new button in visibility browser to invert the current selection (very useful e.g. when multiple physical entities are associated with a given elementary entity, in order to "peel" away the model when adding new physicals; cf. philou) - changed meaning of Escape shortcut (cancel lasso or toggle mouse selection) + restore standard fltk Escape handling for all dialog windows - updated copyright string - new mesh label mode (coordinates); all label types are now also available for mesh vertices - added option in 'Print Option' dialog to disable printing of help strings - added a comment string with the date when creating a new file - new snapping grid for adding points in the GUI
-
- Oct 24, 2005
-
-
Christophe Geuzaine authored
Don't reinitialize the symbol tree in OpenFile. (We don't reinitialize the option database, so why should we reinitialize the variables? Using a single global symbol tree we can again define variables with -string "" on the command line.)
-
- Sep 22, 2005
-
-
Christophe Geuzaine authored
-
- Sep 07, 2005
-
-
Jean-François Remacle authored
use it now with -partition N for N partitions only works with tets and triangles output should be added (useless for now)
-
- Aug 22, 2005
-
-
Christophe Geuzaine authored
simpler tetgen integration by Jozef Vesely
-
- Aug 09, 2005
-
-
Christophe Geuzaine authored
generalized the solver interface to allow permanent listening on a socket for whoever wants to connect (gmsh -listen) the polling should also be less CPU hungry in this new version next step is to add new commands to the protocol so that solvers can directly transmit data to merge (geometry, mesh, etc.) in addition to messages and filenames
-