Skip to content
Snippets Groups Projects
  1. Feb 28, 2005
    • Christophe Geuzaine's avatar
      · 9349b73c
      Christophe Geuzaine authored
      Merged patch from Matt Gundry <mjgundry@faa-engineers.com> to support
      the structured Plot3d mesh format.
      9349b73c
    • Christophe Geuzaine's avatar
      · 1648ac1d
      Christophe Geuzaine authored
      avoid crashes if trying to transform a curve with no begin/end points
      1648ac1d
  2. Feb 26, 2005
  3. Feb 25, 2005
    • Christophe Geuzaine's avatar
      · 2f20f09d
      Christophe Geuzaine authored
      Use the curve's end points id numbers for the end vertices (as we do
      in the normal 1D algo). This is what the old extrusion algorithm
      expects.
      2f20f09d
  4. Feb 24, 2005
  5. Feb 22, 2005
  6. Feb 20, 2005
    • Christophe Geuzaine's avatar
      · bf8dfe5b
      Christophe Geuzaine authored
      fixes for discrete curves/surfaces
      bf8dfe5b
    • Christophe Geuzaine's avatar
      · 9b933a5c
      Christophe Geuzaine authored
      copy/paste bug
      9b933a5c
    • Christophe Geuzaine's avatar
      · 895b0bfb
      Christophe Geuzaine authored
      modified Read_Mesh and Print_Geo so that we can save line/surface meshes
      loaded from a file as discrete geometries
      895b0bfb
    • Christophe Geuzaine's avatar
      *** empty log message *** · 8b2f20eb
      Christophe Geuzaine authored
      8b2f20eb
    • Christophe Geuzaine's avatar
      · 32567663
      Christophe Geuzaine authored
      - New "Discrete Line" commands (similar to the Discrete Surface commands, but for
        curves).
      
        This permits e.g. to use Gmsh's extrusion mesh generators on 2D meshes (with
        boundaries) imported from other programs, and have all the useful elements
        generated (both volume and surface).
      
      - Don't use Ctrl+m for File->Merge, as it is a reserved keyword for
        Window->Minimize on OS X:
        * File->Merge is now Shift+Ctrl+o (since it's in some way a variation of
          File->Open's Ctrl+o)
        * Tools->Options is now Shift+Ctrl+n
      32567663
  7. Feb 16, 2005
    • Christophe Geuzaine's avatar
      · ee76f3ea
      Christophe Geuzaine authored
      update less often for small meshes
      ee76f3ea
    • Christophe Geuzaine's avatar
      · 80ee88f6
      Christophe Geuzaine authored
      Added progress message while reading .msh files (idea from Nicolas)
      
      Instead of popping up a progress bar, I just used a Msg() call. Not
      sure which is best, but this is a bit simpler..
      80ee88f6
  8. Feb 12, 2005
  9. Feb 11, 2005
    • Christophe Geuzaine's avatar
      · f7173b5a
      Christophe Geuzaine authored
      fix gcc warning
      f7173b5a
    • Christophe Geuzaine's avatar
      · 86d8e36f
      Christophe Geuzaine authored
      fixed crash when trying to extrude a discrete surface + minor mods in the faq
      86d8e36f
  10. Feb 08, 2005
  11. Feb 06, 2005
  12. Feb 05, 2005
    • Christophe Geuzaine's avatar
      · a2fd1e6d
      Christophe Geuzaine authored
      put call to value() after filter() so that we see the chosen file if we specify one
      a2fd1e6d
    • Christophe Geuzaine's avatar
      · c78ca583
      Christophe Geuzaine authored
      fix for the annoying "disappearing path" problem in the file chooser
      c78ca583
    • Christophe Geuzaine's avatar
      · 1b56ec05
      Christophe Geuzaine authored
      simpler Start() function
      1b56ec05
  13. Feb 04, 2005
  14. Feb 02, 2005
    • Christophe Geuzaine's avatar
      *** empty log message *** · bfeec0f9
      Christophe Geuzaine authored
      bfeec0f9
    • Christophe Geuzaine's avatar
      · 3f0931fd
      Christophe Geuzaine authored
      - added new "spectral" colormap (truncated hsv)
      - added GUI button for elliptic mesh + geometry coherence
      - added GMSH_MAJOR_VERSION, GMSH_MINOR_VERSION and GMSH_PATCH_VERSION
        in the parser
      3f0931fd
  15. Jan 26, 2005
  16. Jan 25, 2005
    • Christophe Geuzaine's avatar
      · 0b6bad07
      Christophe Geuzaine authored
      change orientations so that all the "discrete" sphere demos also work with netgen
      0b6bad07
  17. Jan 24, 2005
  18. Jan 21, 2005
  19. Jan 20, 2005
    • Christophe Geuzaine's avatar
      · dc55e658
      Christophe Geuzaine authored
      allow negative line loop number in surface definitions
      dc55e658
    • Christophe Geuzaine's avatar
      · 36a46619
      Christophe Geuzaine authored
      Adding python solver interface from Carl Osterwisch <osterwischc@asme.org>.
      
      The interface comes with a example python "solver" that converts an Abacus
      result file (in CSV format) into Gmsh post-processing views. Very cool ;-)
      Thanks Carl!
      36a46619
  20. Jan 19, 2005
    • Christophe Geuzaine's avatar
      · a75e4fc5
      Christophe Geuzaine authored
      Fl_Double_Window is not really necessary for Main_Window
      a75e4fc5
Loading