Skip to content
Snippets Groups Projects
  1. Nov 22, 2006
  2. Nov 21, 2006
  3. Nov 20, 2006
  4. Nov 16, 2006
  5. Nov 15, 2006
  6. Nov 14, 2006
  7. Nov 04, 2006
  8. Oct 10, 2006
    • Christophe Geuzaine's avatar
      · b6141e0d
      Christophe Geuzaine authored
      new GModel::writeGEO (only implemented for gmshModel for now; goal is to be able
      to implement this for other derived model types (like OCC) later, too)
      b6141e0d
  9. Sep 19, 2006
  10. Sep 15, 2006
  11. Sep 14, 2006
  12. Sep 11, 2006
  13. Sep 08, 2006
    • Christophe Geuzaine's avatar
      cosmetic · bdde6506
      Christophe Geuzaine authored
      bdde6506
    • 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
  14. Sep 07, 2006
  15. Sep 06, 2006
  16. Sep 05, 2006
  17. Sep 04, 2006
    • Christophe Geuzaine's avatar
      · 6d932a98
      Christophe Geuzaine authored
      changed name of second order elements (in prevision of addition of standard
      new ones like 8-node quad, 20-node hex & co)
      6d932a98
  18. Sep 03, 2006
    • Christophe Geuzaine's avatar
      · 51ec61f3
      Christophe Geuzaine authored
      - finished Nastran BDF implementation (read+write in all BDF formats:
        free field, small field & long field)
      - improved UNV and Medit import
      - added detection of bad vertex indices in all import routines
      - fixed bug in 2nd order quad constructor
      51ec61f3
  19. Sep 01, 2006
  20. Aug 29, 2006
  21. Aug 26, 2006
  22. Aug 24, 2006
  23. Aug 22, 2006
    • Christophe Geuzaine's avatar
      · a7d1db8a
      Christophe Geuzaine authored
      - done rewriting second order algo
      
      - small optimizations here and there to speed up the vertex array creation
        (we should get rid of List_Add & co)
      a7d1db8a
  24. Aug 21, 2006
  25. Aug 20, 2006
    • Christophe Geuzaine's avatar
      · 81f72610
      Christophe Geuzaine authored
      second order
      81f72610
    • Christophe Geuzaine's avatar
      · 1a62b35f
      Christophe Geuzaine authored
      reduce dependencies by putting the selection buffer stuff in its own file
      1a62b35f
Loading