- May 12, 2004
-
-
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
-
Christophe Geuzaine authored
- added hacked version of the GNU matheval library to evaluate parsed functions efficiently ("a la getdp", but faster): I added a new directory (gmsh/MathEval) with that code, as well as a new configure option and a new define (HAVE_MATH_EVAL) - generalized the plugin option code to accept arbitrary string options - new plugin Plugin(Evaluate) that can evaluate arbitrary functions on scalar views (useful for example to create background meshes) PS: Everything (octree + function evaluation) is now in place to write a general plugin that can make any operation between arbitrary views...
-
- May 10, 2004
-
-
Christophe Geuzaine authored
left some CVS dirs in the source archives
-
- May 09, 2004
-
-
Christophe Geuzaine authored
upgrade gl2ps to 1.2.0
-
Christophe Geuzaine authored
use abort() instead of exit() when we really want to exit *now*
-
- May 08, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
INFO->DEBUG for sys2x2 and sys3x3_with_tol
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- add GUI for exporting characteristic length fields - error->warning if lc <= 0 - don't enable POLYGON_OFFSET_FILL for 3D isos
-
- May 07, 2004
-
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
some more bgmesh cleanups
-
Christophe Geuzaine authored
3d background mesh example
-
Christophe Geuzaine authored
re-enabled ONFILE background meshes in the 3D case
-
Christophe Geuzaine authored
Small corrections for ONFILE background meshes: - should now work reliably interactively (and not only the first time the view is applied as a background mesh) - fixed some memory leaks
-
- May 06, 2004
-
-
Christophe Geuzaine authored
added a couple of nice examples
-
- May 05, 2004
-
-
Christophe Geuzaine authored
1.52
-
- May 04, 2004
-
-
Christophe Geuzaine authored
Only enable POLYGON_OFFSET_FILL for volume faces if we draw the edges. Otherwise it looks pretty bad since we draw connected faces with large differences in orientation.
-
- May 01, 2004
-
-
Christophe Geuzaine authored
reverting to old rpm build method
-
Christophe Geuzaine authored
build source rpm, too
-
Christophe Geuzaine authored
add volume test for 2nd order tets in UNV format, too
-
Christophe Geuzaine authored
-
- Apr 30, 2004
-
-
Laurent Stainier authored
-
- Apr 27, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- enable lights by default - remove obsolete comments about MergeWithBoundingBox
-
Christophe Geuzaine authored
Fixed orientation of polygons produced by CutTriangle2D so that we can use a TWO_SIDE light model everywhere. This also fixes the ugly "checkboard patterns" when using custom scales on continuous maps.
-
- Apr 26, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
removed unused variables
-
Christophe Geuzaine authored
Simplified the way we deal with View.Raise: instead of trying to be clever, let's just use coord += raise * value. This is far more predictable and matches the behaviour of the plugins.
-
- Apr 24, 2004
-
-
Christophe Geuzaine authored
use default line width to draw bounding boxes and axes
-
Christophe Geuzaine authored
wording
-
Christophe Geuzaine authored
draw string with min/max of the bounding box (very useful when we have no geometry points to check the coorrdinates from!)
-
Christophe Geuzaine authored
added comment about unknown origin of the code
-
Christophe Geuzaine authored
Removed General.MovingLight option (confusing, and never really worked anyway)
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
add a bit more space between y-axis and labels
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
set default position of 2d graphs 20 pixels more to the right
-
Christophe Geuzaine authored
pretty print
-