- 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
-
- 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
-
- 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 15, 2004
-
-
Christophe Geuzaine authored
-
- Jun 01, 2004
-
-
Christophe Geuzaine authored
-
- May 31, 2004
-
-
Christophe Geuzaine authored
- set VectorType to Displacement in Plugin(StreamLines) - shout when a plugin option/name does not exist
-
- May 13, 2004
-
-
Christophe Geuzaine authored
generalized Plugin(Evaluate) to work on any (even non-scalar) views
-
Christophe Geuzaine authored
generalized Plugin(Extract) so that we can also create vector views
-
Christophe Geuzaine authored
doc update for extract plugin
-
- May 12, 2004
-
-
Christophe Geuzaine authored
- removed context.default_plugin - changed the main so that we load the plugins *before* we set the options (this way you can save your favourite plugin options in .gmsh-options, too)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- only save the options that differ from the default values (unless we explicitly ask to save everything) - tweak the auto doc routines
-
- Apr 24, 2004
-
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
- cleaned up the octree code (renamed some files, added copyright notices, indented everything) - backported JF's doc from the texinfo file into the c++ code (the documentation is actually generated automatically by Gmsh with "gmsh -doc"!) - replaced nPoints with nPointsU and nPointsV in CutGrid - fixed a couple of printfs + removed some unused variables
-
- Apr 22, 2004
-
-
Jean-François Remacle authored
-
- Mar 13, 2004
-
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
Added automatic documentation generation for plugins
-