Skip to content
Snippets Groups Projects
  1. Sep 21, 2005
  2. Sep 20, 2005
  3. Sep 15, 2005
    • Christophe Geuzaine's avatar
      · 426f799c
      Christophe Geuzaine authored
      mention the variables file at the end of the configuration process
      426f799c
  4. Sep 11, 2005
  5. Sep 07, 2005
  6. Sep 02, 2005
    • Christophe Geuzaine's avatar
      typo · 87c57b27
      Christophe Geuzaine authored
      87c57b27
    • Christophe Geuzaine's avatar
      · 3dca46b4
      Christophe Geuzaine authored
      mention bug on Windows without Cygwin when reading binary post-pro files
      3dca46b4
    • Christophe Geuzaine's avatar
      · 67d4eda1
      Christophe Geuzaine authored
      explain #list[]
      67d4eda1
    • Christophe Geuzaine's avatar
      · 4973085a
      Christophe Geuzaine authored
      Fixed horrible performance of vertex array creation on Windows for
      very large post-pro views (> 1 millon triangles). The bottleneck is
      the memory reallocation, which is 100 (?) times slower than on
      Linux/Mac. Introduced some simple heuristics to estimate how many
      primitives will be displayed. A prepro pass (like for smooth normals)
      would be a more elegant solution.
      4973085a
  7. Aug 31, 2005
  8. Aug 30, 2005
  9. Aug 29, 2005
  10. Aug 26, 2005
  11. Aug 25, 2005
  12. Aug 24, 2005
  13. Aug 22, 2005
  14. Aug 21, 2005
  15. Aug 19, 2005
  16. Aug 10, 2005
  17. Aug 09, 2005
    • Christophe Geuzaine's avatar
      · c224e052
      Christophe Geuzaine authored
      generalized the solver interface to allow permanent listening on a
      socket for whoever wants to connect (gmsh -listen)
      
      the polling should also be less CPU hungry in this new version
      
      next step is to add new commands to the protocol so that solvers can
      directly transmit data to merge (geometry, mesh, etc.) in addition to
      messages and filenames
      c224e052
    • Christophe Geuzaine's avatar
      · 21dadd28
      Christophe Geuzaine authored
      missing cast
      21dadd28
Loading