- 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
-
- Jul 03, 2005
-
-
Christophe Geuzaine authored
compile tetgen by default so we get feedback on machine-specific problems
-
- Jun 29, 2005
-
-
nicolas tardieu authored
All modifications are commentarized because this feature is not functionnal : the transfer from Gmsh to Tetgen is OK, but the transfer from Tetgen to Gmsh is not : all the mesh (points, lines, surfaces, volumes) must be recreated in Gmsh...
-
- Jun 25, 2005
-
-
Christophe Geuzaine authored
-
- Apr 04, 2005
-
-
Christophe Geuzaine authored
removed limit on number of file names allowed on the command line
-
Christophe Geuzaine authored
better help string for '-combine'
-
- Mar 01, 2005
-
-
Christophe Geuzaine authored
change the behavior of "-string string" command line option to match the bahavior of "-option file"
-
- Feb 28, 2005
-
-
Christophe Geuzaine authored
Merged patch from Matt Gundry <mjgundry@faa-engineers.com> to support the structured Plot3d mesh format.
-
- Jan 01, 2005
-
-
Christophe Geuzaine authored
copyright update
-
- Dec 31, 2004
-
-
Christophe Geuzaine authored
Small aesthetic changes: - Only 'title-capitalize' window titles and menus; the rest should be capitalized like normal english sentences - The window title should be exactly the same as the menu item (without the ellipsis character if there is one)
-
- Dec 27, 2004
-
-
Christophe Geuzaine authored
- new parser function GetValue("text", default_value) to query a value interactively in a script - added a nice example using this (to compute slices automatically): demos/multislice.script
-
- Nov 25, 2004
-
-
Christophe Geuzaine authored
This patch fixes an old design flaw in the post-processing module, namely that we used a list of Post_View objects instead of a list of pointers to Post_View objects in CTX.post.list. This had many annoying consequences, in particular the fact that we needed to be extra careful every time the list was reallocated (as pointers to the list elements would become invalid). I tried very hard to change the code everywhere it should be changed, but I might have missed something. Please let me know if you see anything suspicious (like a crash when you duplicate/remove/combine/... post-processing views).
-
- Oct 03, 2004
-
-
Christophe Geuzaine authored
Better handling of '-psn_XXX' command line arg. from the Mac Finder
-
- Sep 18, 2004
-
-
Christophe Geuzaine authored
cosmetic
-
Christophe Geuzaine authored
cleaned up View->Combine by defining a new option (to determine if we should remove the original views after a "Combine" or not)
-
- Sep 17, 2004
-
-
Christophe Geuzaine authored
add -pid command line option to print the process id on stdout
-