Skip to content
Snippets Groups Projects
  1. Feb 04, 2007
    • Christophe Geuzaine's avatar
      · f15018c4
      Christophe Geuzaine authored
      - print num vert+elm after each generation
      - reork tutorial a bit
      f15018c4
  2. Jan 18, 2007
  3. 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
  4. Dec 17, 2006
  5. 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
  6. Nov 27, 2006
  7. Nov 26, 2006
  8. Nov 25, 2006
  9. Sep 15, 2006
    • Christophe Geuzaine's avatar
      · 5b6ca023
      Christophe Geuzaine authored
      force orientation of mesh to match the orientation of the geometry
      5b6ca023
  10. 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
  11. 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
  12. Sep 01, 2006
  13. 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
  14. Aug 12, 2006
  15. Aug 11, 2006
  16. Aug 08, 2006
  17. Aug 05, 2006
  18. Jul 25, 2006
  19. Jul 14, 2006
  20. Jul 12, 2006
  21. Jul 11, 2006
  22. Mar 08, 2006
  23. Feb 26, 2006
  24. Feb 25, 2006
  25. Feb 22, 2006
  26. Jan 29, 2006
  27. Jan 14, 2006
    • Christophe Geuzaine's avatar
      · ea74b2bb
      Christophe Geuzaine authored
      rewrote the smooth normal routines:
      
      - the averaging is now done by clusters, which is much better for
        geometries that have sharp edges  (it's a little slower, but the
        visual results are much better)
      - there is now only a single smooth normal container in the mesh
        (instead of one per surface)
      ea74b2bb
Loading