Skip to content
Snippets Groups Projects
  1. Oct 26, 2005
    • Christophe Geuzaine's avatar
      · 64fe3e58
      Christophe Geuzaine authored
      make it possible to add second order vertices for a mesh read from
      a file (without cad)
      64fe3e58
  2. May 15, 2005
    • Christophe Geuzaine's avatar
      · 69dc98b6
      Christophe Geuzaine authored
      - removed the "Dirty" flags in the CAD data structures
      
      - when reading the mesh from an entity that has no CAD, create a "discrete"
        CAD entity
      
      - remove the drawing of discrete entities that don't have a BDS
        representation during the geometry drawing
      69dc98b6
  3. Mar 26, 2005
    • Christophe Geuzaine's avatar
      · 9b1c1063
      Christophe Geuzaine authored
      - Generalized the "View" parser so that we can add new elements more easily
        (the code is *much* shorter, but unfortunately about 10-15% slower)
      
      - Upgraded all post-pro file formats to handle curved (second order)
        elements: SL2, VL2, TL2, ST2, VT2, ... The new version number for the
        postpro files is 1.4
      
      - Added code to automatically split the curved elements into linear
        elements when the view is created. WARNING: this is only a temporary
        solution: weshould generalize Adaptive_Post_View to handle these curved
        elements.
      9b1c1063
  4. Feb 20, 2005
    • Christophe Geuzaine's avatar
      · bf8dfe5b
      Christophe Geuzaine authored
      fixes for discrete curves/surfaces
      bf8dfe5b
    • 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
  5. Jan 01, 2005
  6. Oct 28, 2004
    • Christophe Geuzaine's avatar
      · 7bfd9a6f
      Christophe Geuzaine authored
      Fixed bug in second order mesh of closed curves
      7bfd9a6f
  7. Aug 12, 2004
    • Christophe Geuzaine's avatar
      · c8c30d8c
      Christophe Geuzaine authored
      added vertex arrays in volumes to store the boundary of the cuts
      when we draw them "as surfaces" (for Philou, not tested yet)
      c8c30d8c
  8. May 27, 2004
    • Christophe Geuzaine's avatar
      · 80566a5e
      Christophe Geuzaine authored
      Added 27th node for 2nd order hexahedra
      80566a5e
  9. May 26, 2004
    • Christophe Geuzaine's avatar
      · 6c0812d6
      Christophe Geuzaine authored
      - added some progress info during the 2nd order mesh generation (so that
        the interface does not freeze for too long)
      
      - cosmetic changes to some other progress messages
      6c0812d6
  10. May 25, 2004
    • Christophe Geuzaine's avatar
      · 873ac3d2
      Christophe Geuzaine authored
      Added final bit for 2nd order elements: the middle face nodes for
      quadrangular faces (i.e., for quadrangles, hexahedra, prisms and
      pyramids).
      873ac3d2
    • Christophe Geuzaine's avatar
      · 2e1dc14b
      Christophe Geuzaine authored
      - removed the quads from the simplex trees (finally...)
      
        **warning**
      
        this is a pretty big patch that touches a lot of different files. I
        tried my best to update all the things that needed to be updated,
        but I probably forgot some things... Please test! (especially the
        export routines in obscure formats like SMS, Gref, etc., as well as
        the extrusion code)
      
      - added second order edge vertices for hexas, prisms and pyramids
        (drawing not done yet)
      
      - added sanity check for number of values in post-pro parsed file
        format
      
      - merged all mesh printing/reading routines in Print_Mesh.cpp and
        Read_Mesh.cpp
      
      - cleaned up the statistics code
      2e1dc14b
  11. Apr 19, 2004
    • Christophe Geuzaine's avatar
      · f97da0fd
      Christophe Geuzaine authored
      - define edges_XXX only once
      
      - draw slightly larger/visible mesh points
      
      - make t1.geo/t2.geo faster
      f97da0fd
  12. Apr 18, 2004
    • Christophe Geuzaine's avatar
      · bca74bc5
      Christophe Geuzaine authored
      - Added nice little buttons in the mesh menu to choose between 1st and
      2nd order interactively
      
      - Added 2nd order mesh stats in the GUI
      bca74bc5
    • Christophe Geuzaine's avatar
      · 27004ccf
      Christophe Geuzaine authored
      - converted 2D_Recombine and SecondOrder to the EdgesContainer class
      - removed the quadrangle hak and the ugly EdgesInVolume global from 3D_Coherence
      27004ccf
    • Christophe Geuzaine's avatar
      · 2840a9d9
      Christophe Geuzaine authored
      - Fixed second order mesh generation in 3D (on simplices only at the moment).
      
      - In prevision of the extension to hexas, prisms and pyramids, all elements
      are now derived from a new Element base class, which will be used in the
      generalization of Edge/EdgesContainer in the future.
      2840a9d9
  13. Feb 07, 2004
  14. Jun 14, 2003
  15. Jun 13, 2003
    • Christophe Geuzaine's avatar
      · b912b0d2
      Christophe Geuzaine authored
      Fix a couple of bugs for 2nd order elements. Seems to work OK for 2D
      meshes now. 3D is still kinda flaky, and extrusion is not implemented.
      b912b0d2
    • Christophe Geuzaine's avatar
      sync laptop · 89485c17
      Christophe Geuzaine authored
      89485c17
  16. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  17. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  18. Jan 23, 2003
  19. May 20, 2002
  20. May 18, 2002
  21. Feb 12, 2002
  22. Oct 29, 2001
  23. Aug 11, 2001
  24. Jan 08, 2001
  25. Nov 26, 2000
  26. Nov 23, 2000
Loading