- May 16, 2004
-
-
Christophe Geuzaine authored
secured most of the list_pointer accesses
-
- May 15, 2004
-
-
Christophe Geuzaine authored
truncate solver name
-
Christophe Geuzaine authored
output solver errors+warnings in red, too
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix copy/paste on mac os
-
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
-