Skip to content
Snippets Groups Projects
  1. Nov 18, 2004
    • Christophe Geuzaine's avatar
      · 57515b52
      Christophe Geuzaine authored
      doc update
      57515b52
    • Christophe Geuzaine's avatar
      · d57ef184
      Christophe Geuzaine authored
      Added GUI for z-clipping plane distance factor (and changed the
      default value from 10 to 5)
      d57ef184
    • Christophe Geuzaine's avatar
      · 09f471e5
      Christophe Geuzaine authored
      New "fast" routine to create simplices used only for
      visualization. This speeds up the load time of large tetrahedral
      (volume) meshes by roughly 50%, and brings Read_Mesh.cpp pretty close
      to mshsort.cpp performance-wise. Since Read_Mesh does many more things
      (all the Tree/List queries to create elementary/physical entites +
      partitions), this is actually pretty good.
      
      Loading a 1.4 million tets mesh file on my 1.5 GHz Linux machine now
      takes about 17 seconds.
      09f471e5
    • Christophe Geuzaine's avatar
      · e66bc1a0
      Christophe Geuzaine authored
      New General.ClipFactor option to fine-tune the position of the near and far
      clipping planes (default = 10; setting a smaller value leads to a better
      z-buffer resolution, but zooms/rotations can then lead to undesired clipping).
      e66bc1a0
  2. Nov 16, 2004
    • Christophe Geuzaine's avatar
      · 4ddc76f1
      Christophe Geuzaine authored
      Revert to GL_NORMALIZE instead of GL_RESCALE_NORMAL (since GL_RESCALE_NORMAL
      is not supposed to work with anisotropic scalings)
      4ddc76f1
  3. Nov 15, 2004
  4. Nov 14, 2004
  5. Nov 13, 2004
    • Christophe Geuzaine's avatar
      · 25514ecb
      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
      25514ecb
    • 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
  6. Nov 12, 2004
  7. Nov 10, 2004
  8. Nov 09, 2004
  9. Nov 08, 2004
    • Christophe Geuzaine's avatar
      · c78f8dc7
      Christophe Geuzaine authored
      better error messages+choice selection for "external view" stuff
      c78f8dc7
    • Christophe Geuzaine's avatar
      · e23b3762
      Christophe Geuzaine authored
      fix broken english
      e23b3762
    • Christophe Geuzaine's avatar
      · 90db5331
      Christophe Geuzaine authored
      since Tools->Options->Save behaves like a good citizen now (saving only
      stuff that has been modified), we can reduce the number of things that
      are saved in .gmshrc
      90db5331
    • Christophe Geuzaine's avatar
      · b2c0b7b5
      Christophe Geuzaine authored
      allow a 3rd arg to specify an output filename
      b2c0b7b5
  10. Nov 03, 2004
    • Christophe Geuzaine's avatar
      · 05f655f0
      Christophe Geuzaine authored
      Trying to fix (for the 100th time) a home directory issue under some
      version of Windows. Thanks to <nicolas.haefele@supelec.fr>.
      05f655f0
  11. Nov 02, 2004
  12. Nov 01, 2004
  13. Oct 31, 2004
  14. Oct 30, 2004
Loading