- Oct 28, 2004
-
-
Christophe Geuzaine authored
New options to enable/desable all default post-processing/solver plugins
-
Christophe Geuzaine authored
proof of concept for unproject (e.g. to add points with the mouse)
-
Christophe Geuzaine authored
fix gcc warning + add "cancel" button to make the dialog look like the other ones
-
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 27, 2004
-
-
Christophe Geuzaine authored
allow x,y,z in expressions
-
- Oct 25, 2004
-
-
Christophe Geuzaine authored
new solver options: SocketCommand and NameCommand (patch by <C.Stott@surrey.ac.uk>)
-
- Oct 20, 2004
-
-
Christophe Geuzaine authored
small fixes for last commit: - only delete view.adaptive if we really delete the view (we might want to use the adaptive data in a duplicate view) - add missing opt_view_global_zoom in update_view() - don't even try to open StructuralSolver's data files if GMSHPLUGINSHOME is not defined
-
Jean-François Remacle authored
New high order interpolation. JFR
-
- Oct 15, 2004
-
-
Christophe Geuzaine authored
draw the labels a little bit closer to the entities
-
- Sep 25, 2004
-
-
Christophe Geuzaine authored
subclass the original file chooser and move it into the GUI class, so that we can set its position (the FLTK folks don't want to patch the standard file chooser, so this is the only solution...)
-
- Sep 19, 2004
-
-
Christophe Geuzaine authored
fix problem with new dynamic menus and plugin dialogs (unfortunately, this re-adds the (small) memory leak in the GUI)
-
- Sep 16, 2004
-
-
Christophe Geuzaine authored
- the main menu is now scrollable when there are more than 25 buttons and it can handle an arbitrary number of buttons (this removes the "100 views max in the GUI" limitation) - the view number is now also displayed in the menu (to make it easier to find the view when one has many many views) - added "Remove empty views" menu item
-
- Aug 18, 2004
-
-
Christophe Geuzaine authored
add missing #ifdef HAVE_FLTK
-
Christophe Geuzaine authored
make code compile on Mac again
-
- Aug 16, 2004
-
-
Jean-François Remacle authored
-
- Aug 13, 2004
-
-
Christophe Geuzaine authored
-
- Aug 12, 2004
-
-
Christophe Geuzaine authored
re-add return statements in functions returning non-void. JF: my compiler wants this (and he's right)
-
- Aug 11, 2004
-
-
Jean-François Remacle authored
-
- Aug 09, 2004
-
-
Christophe Geuzaine authored
make depend
-
Christophe Geuzaine authored
- fixed a couple of gcc warnings + added missing o->end() in jf's StructuralSolver plugin - fixed the view option code: FLTK > 1.1.5rc1 breaks our use of widget->changed()... - added background mesh support in the aniso algorithm
-
- Aug 06, 2004
-
-
Jean-François Remacle authored
-
- Aug 03, 2004
-
-
Jean-François Remacle authored
-
- Jul 21, 2004
-
-
Christophe Geuzaine authored
little hack to visualize overlapping multi-patch spheres with constant offsets (use timeStep<0...)
-
- Jul 16, 2004
-
-
Christophe Geuzaine authored
make depend
-
- Jul 14, 2004
-
-
Christophe Geuzaine authored
- Triangle now supports our background meshes - fixed memory leak in Optimize_Netgen (forgot to free the volume vertices) + added missing 2nd order reset - fixed a couple of typos in the docs
-
- Jul 07, 2004
-
-
Christophe Geuzaine authored
set a parameter for the max number of elements per bucket (default=100, which seems to be a good memory vs. speed trade-off for meshes up to 1/2 million elements)
-
- Jul 05, 2004
-
-
Christophe Geuzaine authored
- allow more than 2 elements per bucket for ST! - add missing tensor simplex case
-
Christophe Geuzaine authored
- fixed seg fault in Plugin(Triangulate) - added BBox computation in plugins when the coordinates are changed
-
- Jun 24, 2004
-
-
Christophe Geuzaine authored
mention explicitly if a plugin only works for simplices
-
Christophe Geuzaine authored
Generalized Plugin(Triangulate) to handle vector and tensor views
-
- 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)
-
- Jun 16, 2004
-
-
Christophe Geuzaine authored
reset the input lists (do not delete them)
-
- Jun 15, 2004
-
-
Christophe Geuzaine authored
forgot to destroy the evaluators
-
Christophe Geuzaine authored
nbU -> nPointsU
-
Christophe Geuzaine authored
replace CutCircle/CutCurve with CutParametric
-
Jean-François Remacle authored
-
- Jun 01, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- fixed out of bound access in OctreePost for multi-step views - added dView option to StreamLines plugin to interpolate an arbitrary scalar view on the stream lines
-
- May 31, 2004
-
-
Christophe Geuzaine authored
- set VectorType to Displacement in Plugin(StreamLines) - shout when a plugin option/name does not exist
-
Christophe Geuzaine authored
-