- Nov 02, 2004
-
-
Christophe Geuzaine authored
2 small mods for T. Schumacher
-
- Nov 01, 2004
-
-
Christophe Geuzaine authored
trying to fix problem reported by T. Schumacher: use double[16] instead of double[4][4] for opengl matrices
-
Christophe Geuzaine authored
-
- Oct 31, 2004
-
-
Christophe Geuzaine authored
fix view name
-
- Oct 30, 2004
-
-
Christophe Geuzaine authored
HarmonicToTime
-
Christophe Geuzaine authored
New Plugin(HarmonicToTime)
-
Christophe Geuzaine authored
better detection of the view number
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
missing #ifdef HAVE_FLTK
-
Christophe Geuzaine authored
New (very simple, but very nice IMHO) callback mechanism in plugins: a plugin can now set the min/max/step in input fields, and draw arbitrary stuff when the values are modified. This makes the plugin interface MUCH nicer: the plane in CutPlane is defined interactively (a la "Clipping planes"), the sphere in CutSphere is visible, the min/max values in CutMap reflect the min/max in the view, etc.
-
- Oct 29, 2004
-
-
Christophe Geuzaine authored
-
- Oct 28, 2004
-
-
Christophe Geuzaine authored
Fixed bug in second order mesh of closed curves
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
New options to enable/desable all default post-processing/solver plugins
-
Christophe Geuzaine authored
add error check in Oriente()
-
Christophe Geuzaine authored
add point with 'e', too
-
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
- make the rotation matrix a matrix of doubles (instead of floats) - store the modelview and the projection matrices in CTX - new unproject() routine to transform window coordinates to model coordinates - cleaned up all the static variables in the Opengl_Window class - small fix to reduce normal clamping when zooming
-
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
'External data source' -> 'Data source'
-
Christophe Geuzaine authored
if we have no geometry and no mesh, use the max of all view bounding boxes (instead of the bounding box of the last view only)
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
small cleanup + better error detection
-
Christophe Geuzaine authored
allow x,y,z in expressions
-
- Oct 26, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
init mesh fails for very thin regions
-
Christophe Geuzaine authored
forgot to update help strings
-
Christophe Geuzaine authored
The new "External data source" option makes the "Vector type->Raised view" unnecessary. Just select "Vector type->Displacement" and choose the data source from any other view in the list--including "Self"!
-
Christophe Geuzaine authored
added small option to color the arrows representing a vector field according to the data from another view
-
- Oct 25, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
new option to draw the arrows with a fixed size
-
Christophe Geuzaine authored
added a call to GUI::check() to make the GUI more responsive
-
Christophe Geuzaine authored
add note on tensor field display
-
Christophe Geuzaine authored
2nd order view example from JF
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
new solver options: SocketCommand and NameCommand (patch by <C.Stott@surrey.ac.uk>)
-