Skip to content
Snippets Groups Projects
  1. Feb 20, 2008
  2. Feb 17, 2008
  3. Feb 05, 2008
  4. Jan 28, 2008
  5. Jan 25, 2008
  6. Jan 19, 2008
    • Christophe Geuzaine's avatar
      · a86ef74c
      Christophe Geuzaine authored
      start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
      a86ef74c
  7. Dec 03, 2007
  8. Nov 28, 2007
  9. Nov 27, 2007
  10. Nov 26, 2007
  11. Nov 04, 2007
  12. Sep 10, 2007
    • Christophe Geuzaine's avatar
      · 86a0dffe
      Christophe Geuzaine authored
      moving to new post-processing database
      
                          *** WARNING ***
      
      do not upgrade if you need plugins or adaptive views: these have not
      been ported (yet) to the new database
      
                          *** WARNING ***
      86a0dffe
  13. Sep 03, 2007
    • Christophe Geuzaine's avatar
      · 856d14f0
      Christophe Geuzaine authored
      lots of improvements to boundary layer generation: we can now constuct
      and mesh models with entities connected to boundary layer points, edges
      and faces
      856d14f0
  14. Aug 21, 2007
    • Christophe Geuzaine's avatar
      airplane work: · 5da17442
      Christophe Geuzaine authored
      - removed static GMODEL (can now have multiple models)
      - added infrastructure for new post-processor module
      5da17442
  15. Jul 11, 2007
  16. May 10, 2007
    • Christophe Geuzaine's avatar
      · cc71f081
      Christophe Geuzaine authored
      - prepare group of nodes in UNV (for Guillaume)
      - prepare delaunay for connected volumes
      - test 2nd patch from Michel for phase1() extrusion
      cc71f081
  17. Apr 20, 2007
  18. Feb 28, 2007
    • Christophe Geuzaine's avatar
      · fedf44e8
      Christophe Geuzaine authored
      bug fixes in new high order element code
      fedf44e8
  19. Feb 27, 2007
  20. Feb 26, 2007
    • Christophe Geuzaine's avatar
      · 8381c872
      Christophe Geuzaine authored
      new boundary layer mesh generator
      
      refactored smooth value/smooth normal code into single SmoothData.* file
      8381c872
  21. Feb 04, 2007
    • Christophe Geuzaine's avatar
      · f15018c4
      Christophe Geuzaine authored
      - print num vert+elm after each generation
      - reork tutorial a bit
      f15018c4
  22. Jan 18, 2007
  23. Jan 16, 2007
    • Christophe Geuzaine's avatar
      · 2edc8251
      Christophe Geuzaine authored
      - reimplemented subdivision of extruded meshes
      - fix indent + unused var + gcc warnings all over the place
      2edc8251
  24. Dec 17, 2006
  25. Dec 16, 2006
    • Christophe Geuzaine's avatar
      · 2b102700
      Christophe Geuzaine authored
      cleanup msg
      2b102700
    • Christophe Geuzaine's avatar
      · 055a6f0c
      Christophe Geuzaine authored
      change the logic in GenerateMesh():
      
      - never reload the model file--we don't need this trick anymore!
      
      - always only generate the mesh we are asked to generate (pressing
        "1D" should *always* mesh the edges; pressing "2D" should only mesh
        the surfaces, unless there is no 1D mesh). This makes the behavour
        much more predictable when changing mesh attributes interactively.
      055a6f0c
  26. Nov 27, 2006
  27. Nov 26, 2006
  28. Nov 25, 2006
  29. Sep 15, 2006
    • Christophe Geuzaine's avatar
      · 5b6ca023
      Christophe Geuzaine authored
      force orientation of mesh to match the orientation of the geometry
      5b6ca023
  30. Sep 08, 2006
    • Christophe Geuzaine's avatar
      · a906fa8c
      Christophe Geuzaine authored
      added full support for incomplete second order elements (8-node quad,
      20-node hexa, 15-node prism and 13-node pyramid):
      
      - second order generation algorithm can now be told to generate either
        complete or incomplete elements
      
      - MSH I/O routines can deal with all elements
      
      - UNV I/O routines now support all the elements in the I-deas spec (I did
        my best to follow the spec for the ordering of the nodes, but I might have
        made some mistakes: PLEASE TEST IF YOU HAVE ACCESS TO A CODE OTHER THAN
        GMSH THAT CAN READ/WRITE UNV FILES)
      a906fa8c
Loading