Skip to content
Snippets Groups Projects
  1. Jan 17, 2018
  2. Jan 09, 2018
  3. Nov 29, 2017
  4. Nov 06, 2017
  5. Oct 17, 2017
    • Jakub Klinkovský's avatar
      Refactoring parallel reduction operations · 5d9bcae2
      Jakub Klinkovský authored
      - separate data types for input arrays of binary operations
        (necessary for the equality comparison of two arrays of different
        type)
      - added separate template parameter for ResultType, which defaults to
        the RealType
        (the goal is to allow sum of bool vectors into int instead of bool)
      5d9bcae2
  6. Oct 14, 2017
  7. Oct 05, 2017
  8. Sep 15, 2017
  9. Sep 10, 2017
  10. Sep 08, 2017
    • Vít Hanousek's avatar
      Light Test for 2D distributed grid. Test chcek 9 process system by following test: · 8647b05f
      Vít Hanousek authored
      1)Traversar writes to Boundary -- known BUG - this travarsar will write boundary condition in overlap too -- test is forcet to accept this
      2)Traversar writes to Interior entities
      3)Traversar writes to Allentities
      4)Traversar writes its rank into AllEntities and then mesh si synchronized. Check Overlaping entities that data come from correct neibrouh
      5)Traversar writes Linear function into AllEntities and then mesh is synchronized. All entities are checked that it has correc value.
      
      Limitations:
      Test run only on 9 process by code -> only regular 2D distribution of process is checked. Linear distribution is not chceked.
      Test run only for double as RealType of DOF.
      Only one size of global mesh is tested.
      8647b05f
    • Vít Hanousek's avatar
  11. Aug 04, 2017
  12. Jul 31, 2017
  13. Jul 30, 2017
  14. Jul 16, 2017
  15. Jul 14, 2017
  16. Jul 03, 2017
  17. Jul 02, 2017
  18. Jun 25, 2017
  19. Jun 24, 2017
  20. Jun 22, 2017
  21. Jun 21, 2017
  22. Jun 13, 2017
  23. Apr 21, 2017
  24. Jan 06, 2017
  25. Nov 19, 2016
Loading