Skip to content
Snippets Groups Projects
  1. Oct 28, 2005
  2. Oct 27, 2005
  3. Aug 30, 2005
  4. Aug 10, 2005
  5. Jul 15, 2005
  6. Jul 14, 2005
  7. Jul 04, 2005
  8. Jun 30, 2005
  9. Jun 24, 2005
  10. Jun 13, 2005
  11. Jun 11, 2005
  12. Jun 10, 2005
    • Christophe Geuzaine's avatar
      *** empty log message *** · 04c2dc91
      Christophe Geuzaine authored
      04c2dc91
    • Christophe Geuzaine's avatar
      · a5c9a99f
      Christophe Geuzaine authored
      redundant
      a5c9a99f
    • Christophe Geuzaine's avatar
      · eb75ba0c
      Christophe Geuzaine authored
      obsolete
      eb75ba0c
    • Christophe Geuzaine's avatar
      · 2b04ae8a
      Christophe Geuzaine authored
      example to show how to extrude an external surface mesh
      2b04ae8a
    • Christophe Geuzaine's avatar
      · 10f659ca
      Christophe Geuzaine authored
      Removed the last bits of the "Discrete Surface/Line" stuff.
      
      Gmsh can now simply read a .msh file, and use it as the boundary mesh
      of a 3D mesh. For an example on how to do this, cf.
      demos/sphere-discrete.geo.
      
      This complements nicely the STL remeshing stuff: Gmsh can now
      for example very easily be used to extrude surface meshes that
      come from other tools.
      10f659ca
  13. Jun 06, 2005
  14. May 12, 2005
  15. Apr 19, 2005
  16. Apr 06, 2005
    • Christophe Geuzaine's avatar
      · 36d4e7f0
      Christophe Geuzaine authored
      small script to test handling of many (e.g. 5000) views
      36d4e7f0
  17. Apr 04, 2005
    • Christophe Geuzaine's avatar
      · 3627fd83
      Christophe Geuzaine authored
      added all the missing "Combine" modes in the parser
      3627fd83
  18. Apr 01, 2005
  19. Mar 21, 2005
  20. Mar 15, 2005
    • Christophe Geuzaine's avatar
      · 3813c5e1
      Christophe Geuzaine authored
      add error check for discrete curves
      3813c5e1
  21. Mar 13, 2005
  22. Mar 12, 2005
    • Christophe Geuzaine's avatar
      · 150f017b
      Christophe Geuzaine authored
      a little more work on the axes stuff: enable global axes for the geometry and
      the mesh, too. We can finally get rid of the ugly old "moving axes" bit.
      
      (+ reverted changes in unproject: need to be more careful since unproject
      can be called outside Draw())
      150f017b
  23. Mar 09, 2005
    • Christophe Geuzaine's avatar
      · 00ad09d8
      Christophe Geuzaine authored
      added rescan() in show() (necessary since fltk 1.1.7)
      00ad09d8
  24. Mar 08, 2005
  25. Mar 02, 2005
  26. Mar 01, 2005
    • Christophe Geuzaine's avatar
      · 85cca1bc
      Christophe Geuzaine authored
      extrusion of discrete curves/surface with mesh that does not fit the geometry
      85cca1bc
  27. Feb 20, 2005
  28. Jan 21, 2005
  29. Jan 13, 2005
    • Christophe Geuzaine's avatar
      · 5b890ab5
      Christophe Geuzaine authored
      - renamed "Duplicate View" into "Alias View" (suggested by Philippe;
        less confusing since "Duplicate" implies that we actually copy the
        data, which is not what we are doing)
      
      - added general "on the fly" tranformation matrix option. This allows
        for very efficient visualization of aliased datasets with
        non-destructive rotations, symmetries, etc.
      5b890ab5
  30. Jan 10, 2005
  31. Jan 08, 2005
    • Christophe Geuzaine's avatar
      · 504b5126
      Christophe Geuzaine authored
      - removed all the crappy STL code and rewrote it using JF's POLY_rep
        class
      
      - generalized POLY_rep so that we can use the polygonal discretization
        as a surface mesh, and mesh in 3D afterwards. I.e., we can now take
        an input triangulation (a single surface in STL format, multiple
        surfaces in STL format, one or more surfaces defined using the new
        "Discrete Surface" commands), and generate a 3D mesh that uses it. We
        could in theory even mix triangulated and "normal" surfaces in the
        same geometry, but nothing is done at the moment to ensure that the
        mesh at the interfaces would match (if it does, it actually works
        very nicely)
      
      - new STL mesh output format to export a surface mesh as a STL file
      
      - added an option to the GEO output routine to save the surface mesh
        as discrete surfaces associated with the geometrical surfaces
      
      - added STL and Text output formats for post-processing views (the
        text output allows for example to exploit plugin-generated data in
        gnuplot)
      
      - generalized Plugin(Evaluate):
      
        * can loop automatically over all the timestep and/or components
      
        * can do operations using data from an external view
      
           - if the 2 views are based on the same grid, the plugin does the
             evaluation very efficiently
      
           - if the 2 views are based on differenet grids, the plugin
             automatically interpolates the external view data onto the
             grid of the current view
      
      - added new Rand() function in MathEval
      
      - default colormap is now # 2 (the Matlab "Jet" colormap)
      504b5126
  32. Dec 30, 2004
    • Christophe Geuzaine's avatar
      · eda15201
      Christophe Geuzaine authored
      For/EndFor loop corrections  exposed small bug here :-)
      eda15201
  33. Dec 27, 2004
    • Christophe Geuzaine's avatar
      · e833451b
      Christophe Geuzaine authored
      set num of rotor/stator teeth as parameters
      e833451b
  34. Dec 26, 2004
Loading