- Jan 29, 2006
-
-
Christophe Geuzaine authored
-
- Jan 28, 2006
-
-
Christophe Geuzaine authored
new "Background Mesh" command
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 27, 2006
-
-
Christophe Geuzaine authored
- added little routine to save a post-pro view as a mesh file - moved all post-pro I/O routines in a separate file
-
- Jan 14, 2006
-
-
Christophe Geuzaine authored
fixed ugly extrusion syntax (finally!) extrusions are now specified in the same way as all other transformations (the old syntax is still available, but is deprecated)
-
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
-
- Dec 21, 2005
-
-
Christophe Geuzaine authored
-
- Dec 19, 2005
-
-
Christophe Geuzaine authored
-
- Dec 18, 2005
-
-
Christophe Geuzaine authored
added small slider window to choose the z-clipping factor in real time. FLTK is really awesome :-)
-
- Dec 07, 2005
-
-
Christophe Geuzaine authored
add links to new interactive tutorials
-
- Nov 28, 2005
-
-
Christophe Geuzaine authored
new shortcuts for alternative x, y, z views (still needs to be completed by dave)
-
- Nov 26, 2005
-
-
Christophe Geuzaine authored
- the fltk m#@!er f*!@ers changed the way FL_CTRL/FL_META shortcuts are treated on the Mac. This patch forces FL_META (the "Apple key") for all Ctrl shortcuts in the menu. I think this is the way most people on Macs would expect the shortcuts to work anyway. - fix metis readme+configure info
-
- Nov 20, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
shorter intro
-
- Nov 18, 2005
-
-
Christophe Geuzaine authored
The current behavior of Gmsh when drawing 3D scalar fields is not coherent with what is done in 2D: to draw filled iso-values or continuous maps in 3D, we should ideally do volume rendering. Right now we draw the iso-values (i.e., surfaces), which is both not coherent with the definition of continuous maps or filled iso-values, but is also annoying when trying to visualize fields that are constant per element (since in that case nothing is displayed!) Until we can do volume rendering, I've changed the behavior to draw the solution on the boundary of the 3D elements. It's rather slow, but it's the right thing to do visually.
-
- Oct 15, 2005
-
-
Christophe Geuzaine authored
-
- Sep 25, 2005
-
-
Christophe Geuzaine authored
-
- Sep 20, 2005
-
-
Christophe Geuzaine authored
apply patch from the Debian people
-
- Sep 02, 2005
-
-
Christophe Geuzaine authored
explain #list[]
-
- Aug 30, 2005
-
-
Christophe Geuzaine authored
- clarify Combine commands - explain the funcdamental difference between post-pro options and post-pro plugins
-
- Aug 22, 2005
-
-
Christophe Geuzaine authored
-
- 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
-
- Aug 02, 2005
-
-
Christophe Geuzaine authored
- new option to choose the mesh element labels (element number, elementary entity number, physical entity number or partition number)
-
- Jul 15, 2005
-
-
Christophe Geuzaine authored
doc trsf surf orientation option
-
- Jul 08, 2005
-
-
Christophe Geuzaine authored
finer control of time/timestep display
-
- Jun 27, 2005
-
-
Christophe Geuzaine authored
New plugin to compute the modulus and the phase of a complex-valued field in-place, in one simple step. One could already do this with Plugin(Evaluate), but it was a little bit cumbersome.
-
- Jun 25, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jun 11, 2005
-
-
Christophe Geuzaine authored
-
- Jun 10, 2005
-
-
Christophe Geuzaine authored
Removed the last bits of the "Discrete Surface/Line" stuff. Gmsh can now simply read a .msh file, and use it as the boundary mesh of a 3D mesh. For an example on how to do this, cf. demos/sphere-discrete.geo. This complements nicely the STL remeshing stuff: Gmsh can now for example very easily be used to extrude surface meshes that come from other tools.
-
- Jun 09, 2005
-
-
Christophe Geuzaine authored
reorder
-
Christophe Geuzaine authored
-
- May 13, 2005
-
-
Christophe Geuzaine authored
removed remaining Discrete Line/Surface stuff
-
- Apr 06, 2005
-
-
Christophe Geuzaine authored
-
- Apr 04, 2005
-
-
Christophe Geuzaine authored
added small warning in automatically generated opt_* files
-
Christophe Geuzaine authored
better help string for '-combine'
-
Christophe Geuzaine authored
added all the missing "Combine" modes in the parser
-