- Dec 23, 2004
-
-
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
-
- Dec 10, 2004
-
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
renamed Plugin(PrincipalStresses) into Plugin(Eigenvectors) + provide the option to disable the scaling by the associated eigenvalues
-
- Dec 09, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Removed obsolete test on m_toggle_butt.size in the view option code (we don't need it anymore since we accept an arbitrary number of views in the GUI). I think this fixes a race condition on MacOS which led to the strange bug Laurent noticed at one occasion last month(?), when all the input fields in the view option panels were left blank.
-
Christophe Geuzaine authored
missing View->Changed=1 when modifying a colormap and one of the view link modes is selected
-
Christophe Geuzaine authored
include -I../Parser before -I../MathEval to avoid confusing parser.h with Parser.h on stupid case-insensitive systems like Win32/Cygwin
-
- Dec 08, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
upgrade to Netgen 4.4
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
fix non-proportional arrow display at the COG
-
Christophe Geuzaine authored
fix div. by zero
-
Christophe Geuzaine authored
Don't call EigSort automatically in EigSolve, as it could screw up the ordering of complex eigenvectors
-