Skip to content
Snippets Groups Projects
  1. May 12, 2005
    • Christophe Geuzaine's avatar
      · b9f14ff4
      Christophe Geuzaine authored
      add entries about Visibility, Clipping and Transparency
      b9f14ff4
    • Christophe Geuzaine's avatar
      · afdb4256
      Christophe Geuzaine authored
      two more fl_ask -> fl_choice
      afdb4256
  2. May 09, 2005
  3. May 06, 2005
  4. May 04, 2005
  5. May 02, 2005
  6. Apr 28, 2005
  7. Apr 25, 2005
  8. Apr 22, 2005
  9. Apr 21, 2005
  10. Apr 20, 2005
    • Christophe Geuzaine's avatar
      · bb105e29
      Christophe Geuzaine authored
      remove the '-bin' for getdp post-pro (for patrick)
      bb105e29
  11. Apr 19, 2005
  12. Apr 15, 2005
  13. Apr 13, 2005
  14. Apr 12, 2005
    • Christophe Geuzaine's avatar
      · 74b3cfc3
      Christophe Geuzaine authored
      - fixed a couple of warnings
      
      - JF: bds.classify crashes in recur_tag on simple examples (demos/sphere-stl.stl)
      74b3cfc3
  15. Apr 11, 2005
  16. Apr 06, 2005
    • Christophe Geuzaine's avatar
      *** empty log message *** · 66de7cbe
      Christophe Geuzaine authored
      66de7cbe
    • Christophe Geuzaine's avatar
      · 36d4e7f0
      Christophe Geuzaine authored
      small script to test handling of many (e.g. 5000) views
      36d4e7f0
    • Christophe Geuzaine's avatar
      · a131e83b
      Christophe Geuzaine authored
      Changed the initial allocation from
          liste->nmax = ((n - 1) / liste->incr + 1) * liste->incr,
      which does not allow us to allocate lists smaller than iste->incr, to
          liste->nmax = n;
      
      With this change, when we do "List_Create(1, N, sizeof(blah))", we
      initially only allocate sizeof(blah) instead of N*sizeof(blah).
      a131e83b
    • Christophe Geuzaine's avatar
      · 749e1550
      Christophe Geuzaine authored
      fixed memory leak introduced when I added support for curved elements
      749e1550
    • Christophe Geuzaine's avatar
      *** empty log message *** · ba55ac39
      Christophe Geuzaine authored
      ba55ac39
    • Christophe Geuzaine's avatar
      · 58a2fb6a
      Christophe Geuzaine authored
      - changed "View.ArrowLocation" into "View.GlyphLocation" (this way we can
        also use this option to display the numeric values at the nodes,
        instead of displaying always at the barycenter)
      
      - changed the numeric display of vectors (display the 3 omponents
        instead of the norm)
      58a2fb6a
  17. Apr 05, 2005
    • Christophe Geuzaine's avatar
      · f10ec9dd
      Christophe Geuzaine authored
      - allocate less memory during the initial alloc of the view lists (to
      reduce the amount of memory used when loading many views with only a
      few element types--about 150Mb for 4000 views)
      
      - better accuracy when creating points with the mouse
      f10ec9dd
  18. Apr 04, 2005
  19. Apr 01, 2005
  20. Mar 30, 2005
Loading