- Dec 24, 2004
-
-
Christophe Geuzaine authored
power law for the alpha channel
-
Christophe Geuzaine authored
add matlab colormaps: hsv, bone, spring, summer, autumn, winter, cool, copper
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
missing viewchanged=1
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
add all remaining colormap parameters as options
-
Christophe Geuzaine authored
make the middle button zoom more progressive (+ add acceleration factor in the GUI)
-
- Dec 23, 2004
-
-
Christophe Geuzaine authored
- new colormaps (jet, hot and pink from Matlab) + generalized handling of grayscale colormap - new View.Colormap option (this enables Gmsh to remember which colormap to use or which colormap the current modified colormap comes from) + better View.AlphaChannel treatment - fix saving of color options when color_scheme is != 0
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added File->Rename menu
-
- Dec 22, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
We cannot use _quad as a class name: gcc 2.95 uses it internally
-
Christophe Geuzaine authored
fixed "gcc -pedantic" warnings
-
Christophe Geuzaine authored
Patch from Andreas Jochens so that 'gmsh' can be compiled on amd64 using gcc-4.0.
-
- Dec 21, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
forgot to add a copy of the simpl pointer in the global simplex tree
-
Christophe Geuzaine authored
Forgot to update the visibility code to work with the new SimplexBase stuff. Should work again now.
-
Christophe Geuzaine authored
remove extra vol defs
-
Christophe Geuzaine authored
remove extra volume def
-
Christophe Geuzaine authored
add cube example to the demos
-
Christophe Geuzaine authored
add sphere to the demos
-
Christophe Geuzaine authored
fix orientations for Netgen
-
Christophe Geuzaine authored
double precision of middle cross drawing
-
Christophe Geuzaine authored
nicer stippling patterns
-
Christophe Geuzaine authored
Force display of entities during their creation (surfaces during surface creation, lines during line creation, etc.). This has been requested several times by various users, so it's probably a good idea. (It can indeed be a bit confusing when one creates a new surface and nothing changes on the screen after pressiong 'e'.)
-
Christophe Geuzaine authored
update to latest gl2ps
-
- Dec 17, 2004
-
-
Christophe Geuzaine authored
add optional node_start_index and element_start_index arguments
-
Christophe Geuzaine authored
- fix cast in a couple of error msg - more fixes in elliptic algorithm (surf->TrsfVertices and surf->Vertices were incomplete)
-
Christophe Geuzaine authored
fix+cleanup elliptic algorithm (didn't work when line mesh orientation was opposite of original generatrice)
-
Christophe Geuzaine authored
-
- Dec 16, 2004
-
-
Christophe Geuzaine authored
fix copy/paste bug in error message when quad/pyramids already exists
-
- Dec 15, 2004
-
-
Christophe Geuzaine authored
-
- Dec 14, 2004
-
-
Christophe Geuzaine authored
- Replaced the general eigenvalue solver with a version from Laurent's MatLib code (a bit more stable thanks to floating point checks with adjustable tolerance) - Added a solver for symmetric matrices (again from Laurent. Thanks, dude!) - Added a small driver for 3x3 matrices, that selects the appropriate solver (sym/nonsym) automatically
-
- Dec 13, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
one can now specify a TIME list of values in parsed views to give the values of the time (or whatever) steps (like in ascii/binary views)
-
Christophe Geuzaine authored
add an elementFactory to simplify the tests + new "getNode" fcts
-