Skip to content
Snippets Groups Projects
  1. Dec 26, 2004
    • Christophe Geuzaine's avatar
      · ee09900d
      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
      ee09900d
  2. Dec 24, 2004
    • Christophe Geuzaine's avatar
      · eb6ac15e
      Christophe Geuzaine authored
      add color options for elements in views (requested by Philippe a long
      time ago)
      eb6ac15e
    • Christophe Geuzaine's avatar
      · bf65d699
      Christophe Geuzaine authored
      power law for the alpha channel
      bf65d699
    • Christophe Geuzaine's avatar
      · af13524f
      Christophe Geuzaine authored
      typo
      af13524f
    • Christophe Geuzaine's avatar
      · 20ea4712
      Christophe Geuzaine authored
      add all remaining colormap parameters as options
      20ea4712
  3. Dec 23, 2004
  4. Dec 13, 2004
    • Christophe Geuzaine's avatar
      · 45db7277
      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)
      45db7277
  5. Dec 10, 2004
    • Christophe Geuzaine's avatar
      · eda9d43a
      Christophe Geuzaine authored
      typo
      eda9d43a
    • Christophe Geuzaine's avatar
      · f84e92c1
      Christophe Geuzaine authored
      renamed Plugin(PrincipalStresses) into Plugin(Eigenvectors) + provide the
      option to disable the scaling by the associated eigenvalues
      f84e92c1
  6. Dec 08, 2004
  7. Dec 07, 2004
    • Christophe Geuzaine's avatar
      · cf27b169
      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!
      cf27b169
  8. Dec 06, 2004
  9. Nov 24, 2004
  10. Nov 19, 2004
    • Christophe Geuzaine's avatar
      · 950e8323
      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.
      950e8323
  11. Nov 18, 2004
  12. Nov 15, 2004
  13. Nov 13, 2004
    • Christophe Geuzaine's avatar
      · 024e9517
      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
      024e9517
  14. Nov 10, 2004
  15. Nov 08, 2004
  16. Oct 30, 2004
  17. Oct 29, 2004
  18. Oct 27, 2004
    • Christophe Geuzaine's avatar
      · bc987486
      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)
      bc987486
  19. Oct 26, 2004
  20. Oct 25, 2004
    • Christophe Geuzaine's avatar
      · dc99d1ea
      Christophe Geuzaine authored
      add note on tensor field display
      dc99d1ea
    • Christophe Geuzaine's avatar
      · 78e2d182
      Christophe Geuzaine authored
      new solver options: SocketCommand and NameCommand (patch by
      <C.Stott@surrey.ac.uk>)
      78e2d182
  21. Oct 24, 2004
    • Christophe Geuzaine's avatar
      · 3e900c3e
      Christophe Geuzaine authored
      fixed small syntax mistakes (missing semi-colons, etc.)
      3e900c3e
  22. Oct 23, 2004
  23. Oct 16, 2004
  24. Oct 15, 2004
  25. Oct 14, 2004
  26. Oct 13, 2004
    • Christophe Geuzaine's avatar
      · f126d4aa
      Christophe Geuzaine authored
      slightly reworked interactive/non-interactove section
      f126d4aa
  27. Oct 12, 2004
    • Christophe Geuzaine's avatar
      · 88afbee5
      Christophe Geuzaine authored
      explain that "Duplicata View[i]" does not actually copy the data
      88afbee5
  28. Oct 11, 2004
    • Christophe Geuzaine's avatar
      · 7ce33363
      Christophe Geuzaine authored
      add an option to draw the post-processing scales horizontally + remove
      Post_View.TransparentScales (never really worked well anyway)
      7ce33363
  29. Oct 08, 2004
    • Christophe Geuzaine's avatar
      · 030aa909
      Christophe Geuzaine authored
      renamed mshdensify to mshsort and modified the spec file to install it
      in the rpm
      030aa909
  30. Oct 04, 2004
    • Christophe Geuzaine's avatar
      · dff7e873
      Christophe Geuzaine authored
      update BoundingBox doc to match what the code actually does + explain
      relative/ansolute paths + small 'cosmetic' changes
      dff7e873
Loading