- 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 10, 2008
-
-
Jean-François Remacle authored
-
- Sep 11, 2007
-
-
Christophe Geuzaine authored
upgraded all plugins to work with the new post-pro. This is done "cheaply" for now, by only using old-style list-based datasets. Taking advantage of the abstraction (so that we can use the plugins on all datasets) will require more work. The hooks for transparent data translation are in place, but the actual translation has not been implemented yet.
-
- 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 ***
-
- May 07, 2007
-
-
Jean-François Remacle authored
-
- May 05, 2007
-
-
Christophe Geuzaine authored
re-add SphericalRaise: it's easier than Warp (it's reversible!) to plot radiation patterns
-
- May 04, 2007
-
-
Christophe Geuzaine authored
- new alt+r shortcut to switch range modes
-
- Jan 16, 2007
-
-
Christophe Geuzaine authored
- reimplemented subdivision of extruded meshes - fix indent + unused var + gcc warnings all over the place
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Aug 19, 2006
-
-
Christophe Geuzaine authored
- rewrote selection code to use dynamic arrays, so that we should never overflow the selection buffer again (even on huuuuge models) - cleanup some leftovers "useing namespace std"
-
- Aug 12, 2006
-
-
Christophe Geuzaine authored
-
- Apr 15, 2006
-
-
Christophe Geuzaine authored
a new, more flexible plugin: Plugin(Warp)
-
- Mar 15, 2006
-
-
Christophe Geuzaine authored
new plugin to extract the geometry edges
-
- Jan 28, 2006
-
-
Christophe Geuzaine authored
new plugin ExtractElements to extract elements whose values are comprised in some interval
-
- 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
-
- Jul 11, 2005
-
-
Christophe Geuzaine authored
Please don't load solver plugins by default: for the vast majority of users, the structural solver options don't make any sense. Just add Solver.Plugins=1 in your option file if you need that stuff.
-
- 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.
-
- Apr 19, 2005
-
-
Jean-François Remacle authored
-
- Mar 18, 2005
-
-
Christophe Geuzaine authored
-
- Mar 17, 2005
-
-
Christophe Geuzaine authored
-
- Jan 12, 2005
-
-
Christophe Geuzaine authored
new plugins: Gradient, Curl and Divergence
-
- Jan 09, 2005
-
-
Christophe Geuzaine authored
- generalized Plugin(CutGrid): * now works also for lines/points (i.e., when nPointsU and/or nPointV == 1) * new option ConnectPoints - new Plugin(Eigenvalues) - don't force color in Draw_PlaneInBoundingBox
-
- Jan 01, 2005
-
-
Christophe Geuzaine authored
copyright update
-
- Dec 27, 2004
-
-
Christophe Geuzaine authored
merged Plugin(Lambda2) and Plugin(Gradient) in a single plugin, so that we free up Plugin(Gradient) for future use
-
Christophe Geuzaine authored
new Plugin(Probe) to query the value of a view at a single point
-
Christophe Geuzaine authored
new Plugin(Remove) to selectively remove parts of a view (e.g., all the text strings, all the scalar lines, etc.). Very useful to clean up maps after cuts, or to reset comment strings.
-
Christophe Geuzaine authored
- new alternative Draw_String function taking a "style" argument (used only for font size at the moment) - new Plugin(Annotate) to add simple text strings to a view
-
- Dec 10, 2004
-
-
Christophe Geuzaine authored
renamed Plugin(PrincipalStresses) into Plugin(Eigenvectors) + provide the option to disable the scaling by the associated eigenvalues
-
- Dec 08, 2004
-
-
Christophe Geuzaine authored
new plugin to compute the principal values of a tensor field
-
- Nov 13, 2004
-
-
Christophe Geuzaine authored
- First draft (pretty much untested!) of new "Integrate" plugin to * integrate scalar fields over all the elements in a view * integrate the circulation of vector fields along line elements * integrate the flux of vector fields across surface elements Used with Plugin(DisplacementRaise) and Plugin(Evaluate) this permits for example to compute the area/volume of deformed configurations; and, with Plugin(CutPlane)+Plugin(Skin), the perimeter of deformed sections. Another interesting application is to use it on a vector field with Plugin(CutPlane), in order to compute fluxes across arbitrary cross-sections. - Added "connectPoints" option to Plugin(CutParametric) so that we can feed its output to Plugin(Integrate) - Added Normals and Tangents options to visualize the orientation of elements in post-processing views - Added "swapOrientation" in Plugin(Transform) to change the orientation of the elements (in place) (+ moved the transformation routines from the view class into the plugin) - fixed #defines in some of the plugin header files
-
- Nov 09, 2004
-
-
Jean-François Remacle authored
-
- Oct 30, 2004
-
-
Christophe Geuzaine authored
New Plugin(HarmonicToTime)
-
- Oct 28, 2004
-
-
Christophe Geuzaine authored
New options to enable/desable all default post-processing/solver plugins
-
Christophe Geuzaine authored
Say we didn't find any solver plugins if GMSHPLUGINSHOME is not defined. This is not perfect, but it allows us to *not* display the annoying popups for "regular" users, while still registering JF's solver plugin...
-
- Oct 20, 2004
-
-
Jean-François Remacle authored
New high order interpolation. JFR
-
- Aug 11, 2004
-
-
Jean-François Remacle authored
-
- Aug 06, 2004
-
-
Jean-François Remacle authored
-
- Aug 03, 2004
-
-
Jean-François Remacle authored
-
- Jun 20, 2004
-
-
Christophe Geuzaine authored
- mesh.algo -> algo2d and algo3d - replaced most of the remaining radio buttons with Fl_Choices (requires less screen real estate)
-