Skip to content
Snippets Groups Projects
  1. May 09, 2016
  2. May 07, 2016
  3. May 06, 2016
  4. May 04, 2016
  5. May 03, 2016
  6. May 02, 2016
  7. May 01, 2016
  8. Apr 29, 2016
  9. Apr 27, 2016
  10. Apr 26, 2016
    • Sreekanth Arikatla's avatar
      ENH: Adds mesh data memory layout optimizer · 12be8dec
      Sreekanth Arikatla authored
      Adds optimizer to the mesh. This algorithm rewires
      the node order and triangle connectivity to optimize
      for memory layout. Adds tests for the same.
      
      The algorithm starts with a random node and flood-fills
      in the triangular mesh space adds nodes and elements
      at every iteration. The iteration ends when the surface
      is "flooded". The algorithm assumes that the mesh is
      one topologically connected entity.
      
      TODO: Further optimization at each iteration. Extend to other mesh types.
      12be8dec
  11. Apr 24, 2016
  12. Apr 23, 2016
  13. Apr 22, 2016
  14. Apr 19, 2016
Loading