Skip to content
Snippets Groups Projects
  1. Feb 14, 2019
  2. Jan 25, 2019
  3. Nov 21, 2018
  4. Sep 20, 2018
  5. Sep 16, 2018
    • Jakub Klinkovský's avatar
      Fixed bugs in calls to MPI Init/Finalize · e3c2ea07
      Jakub Klinkovský authored
      - There is an RAII wrapper called ScopedInitializer to handle
        finalization due to C++ exceptions and to avoid calls to Finalize in
        all exit branches.
      - Fixed signature of MpiCommunicator::Init to match that of MPI_Init.
      e3c2ea07
  6. Sep 11, 2018
  7. Sep 02, 2018
  8. Aug 17, 2018
  9. Aug 16, 2018
  10. Aug 15, 2018
  11. Aug 14, 2018
  12. Aug 13, 2018
  13. Jul 09, 2018
  14. Jun 06, 2018
  15. Jun 04, 2018
  16. Jun 01, 2018
  17. May 31, 2018
  18. Mar 08, 2018
  19. Feb 05, 2018
  20. Jan 17, 2018
  21. Nov 29, 2017
  22. Nov 06, 2017
  23. Oct 05, 2017
  24. Sep 15, 2017
  25. Sep 10, 2017
  26. 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
Loading