- Dec 26, 2004
-
-
Christophe Geuzaine authored
- new "Delete Empty Views" command - new View.MinX, View.MinY, View.MinZ, View.MaxX, View.MaxY, View.MaxZ options - added example on how to do simple volume visualization
-
- Dec 24, 2004
-
-
Christophe Geuzaine authored
add color options for elements in views (requested by Philippe a long time ago)
-
Christophe Geuzaine authored
power law for the alpha channel
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
add all remaining colormap parameters as options
-
- Dec 23, 2004
-
-
Christophe Geuzaine authored
added File->Rename menu
-
- Dec 13, 2004
-
-
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)
-
- 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 08, 2004
-
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
new plugin to compute the principal values of a tensor field
-
- Dec 07, 2004
-
-
Christophe Geuzaine authored
- Moved all the Raise[][] stuff out of the drawing routines, and into Graphics/Post.cpp - New 'generalized raise' mode (can use arbitrary expressions, possibly with external data sources, to raise/offset views dynamically). Original patch by Nicolas Tardieu. Merci Nico!
-
- Dec 06, 2004
-
-
Christophe Geuzaine authored
-
- Nov 24, 2004
-
-
Christophe Geuzaine authored
-
- Nov 19, 2004
-
-
Christophe Geuzaine authored
The "Simplex" class is now derived from a new class "SimplexBase", which contains only pointers to the nodes, and none of the other stuff necessary for the actual mesh generation. All the input/output/display routines have been rewritten in terms of SimplexBase: this provides a gain of almost 50% in memory when you just load meshes from .msh files to do visualization stuff, instead of actually generating the mesh.
-
- Nov 18, 2004
-
-
Christophe Geuzaine authored
doc update
-
- Nov 15, 2004
-
-
Christophe Geuzaine authored
-
- Nov 13, 2004
-
-
Christophe Geuzaine authored
- First draft (pretty much untested!) of new "Integrate" plugin to * integrate scalar fields over all the elements in a view * integrate the circulation of vector fields along line elements * integrate the flux of vector fields across surface elements Used with Plugin(DisplacementRaise) and Plugin(Evaluate) this permits for example to compute the area/volume of deformed configurations; and, with Plugin(CutPlane)+Plugin(Skin), the perimeter of deformed sections. Another interesting application is to use it on a vector field with Plugin(CutPlane), in order to compute fluxes across arbitrary cross-sections. - Added "connectPoints" option to Plugin(CutParametric) so that we can feed its output to Plugin(Integrate) - Added Normals and Tangents options to visualize the orientation of elements in post-processing views - Added "swapOrientation" in Plugin(Transform) to change the orientation of the elements (in place) (+ moved the transformation routines from the view class into the plugin) - fixed #defines in some of the plugin header files
-
- Nov 10, 2004
-
-
Christophe Geuzaine authored
-
- Nov 08, 2004
-
-
Christophe Geuzaine authored
fix broken english
-
- Oct 30, 2004
-
-
Christophe Geuzaine authored
HarmonicToTime
-
- Oct 29, 2004
-
-
Christophe Geuzaine authored
-
- Oct 27, 2004
-
-
Christophe Geuzaine authored
if we have no geometry and no mesh, use the max of all view bounding boxes (instead of the bounding box of the last view only)
-
- Oct 26, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
forgot to update help strings
-
- Oct 25, 2004
-
-
Christophe Geuzaine authored
add note on tensor field display
-
Christophe Geuzaine authored
new solver options: SocketCommand and NameCommand (patch by <C.Stott@surrey.ac.uk>)
-
- Oct 24, 2004
-
-
Christophe Geuzaine authored
fixed small syntax mistakes (missing semi-colons, etc.)
-
- Oct 23, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- added a couple of entries in the FAQ - inluded the FAQ in the texinfo manual - merged README.gui in the texinfo manual
-
- Oct 16, 2004
-
-
Christophe Geuzaine authored
1.56
-
- Oct 15, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
reworked the "post-processing file format" section
-
- Oct 14, 2004
-
-
Christophe Geuzaine authored
-
- Oct 13, 2004
-
-
Christophe Geuzaine authored
slightly reworked interactive/non-interactove section
-
- Oct 12, 2004
-
-
Christophe Geuzaine authored
explain that "Duplicata View[i]" does not actually copy the data
-
- Oct 11, 2004
-
-
Christophe Geuzaine authored
add an option to draw the post-processing scales horizontally + remove Post_View.TransparentScales (never really worked well anyway)
-
- Oct 08, 2004
-
-
Christophe Geuzaine authored
renamed mshdensify to mshsort and modified the spec file to install it in the rpm
-
- Oct 04, 2004
-
-
Christophe Geuzaine authored
update BoundingBox doc to match what the code actually does + explain relative/ansolute paths + small 'cosmetic' changes
-