- May 15, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add 1 more verbosity level; bump default to 3
-
Christophe Geuzaine authored
print start time in batch mode
-
Christophe Geuzaine authored
reorganized Msg() a little ("a la getdp" + colorize solver and direct messages)
-
- May 14, 2004
-
-
Christophe Geuzaine authored
issue a small warning if we try to include or merge an unexisting file in the parser
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
removed glEnable(GL_ALPHA): this is not even in the GL doc :-)
-
Christophe Geuzaine authored
set default number of smoothing passes to 1
-
- May 13, 2004
-
-
Christophe Geuzaine authored
enable light for wireframe arrows only in fill mode
-
Christophe Geuzaine authored
generalized Plugin(Evaluate) to work on any (even non-scalar) views
-
Christophe Geuzaine authored
fixed small bug in colortable_diff
-
Christophe Geuzaine authored
generalized Plugin(Extract) so that we can also create vector views
-
Christophe Geuzaine authored
better docs
-
Christophe Geuzaine authored
doc update for extract plugin
-
Christophe Geuzaine authored
quick generalization of Plugin(Extract): we can now extract arbitrary combinations of the field's components
-
Christophe Geuzaine authored
operator is a reverved C++ keyword: operato->operatorr
-
Christophe Geuzaine authored
save view type only in FULLRC (not OPTIONRC)
-
Christophe Geuzaine authored
fix exportLcField for lines and quads
-
- May 12, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
test case for Coherence modifying the transfinite attributes
-
Christophe Geuzaine authored
- store the points required by the transfinite algo in a list of vertices (instead of surf->ipar, vol->ipar) - generalized Coherence for these lists of transfinite points
-
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
force flex buffer flush after an error
-
Christophe Geuzaine authored
fix make parser on linux
-
Christophe Geuzaine authored
don't include matheval in commercial releases
-
Christophe Geuzaine authored
prefix all the xmath functions with "x_" : some of these are defined in the new C++ math lib with the same names
-
Christophe Geuzaine authored
avoid error when trying to apply a plugin to a view that has been deleted
-
Christophe Geuzaine authored
get rid of asprintf
-
Christophe Geuzaine authored
matheval.c -> matheval.cpp
-
Christophe Geuzaine authored
small tweaks
-
Christophe Geuzaine authored
save the colormap if it's different, too
-
Christophe Geuzaine authored
don't allocate too many value inputs for the plugin windows
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
missed those files in my previous commit
-
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*
-