Skip to content
Snippets Groups Projects
  1. Aug 25, 2023
  2. Aug 24, 2023
  3. Aug 21, 2023
  4. Aug 10, 2023
  5. Aug 04, 2023
  6. Aug 03, 2023
  7. Aug 01, 2023
  8. Jul 31, 2023
  9. Jul 24, 2023
  10. Jul 21, 2023
  11. Jul 20, 2023
  12. Jul 19, 2023
    • Gregor Weiss's avatar
      ENH&REFACTOR: renamings for sliceMesh -> CoherentMesh · 7c1d29cf
      Gregor Weiss authored
      - unifying subset identification for processor patch construction in CoherentMesh
      - Offsets as iterable of pairs
      - Offsets construction with globalIndex
      - move processor patch communication into CoherentMesh as member functions
      - separating permutations into SlicePermutation and FragmentPermutation (SRP)
      - add sliceWritePrimitives for const label* data
      - removing and refactoring redundant functionality
      7c1d29cf
  13. Jul 13, 2023
  14. Jul 12, 2023
  15. Jul 07, 2023
    • Gregor Weiss's avatar
      ENH&CONFIG: re-enable cxx11 · 7d26e91b
      Gregor Weiss authored
      - replace constexpr-if constructs
      - replace std::make_unique
      - replace generic lamdas
      - add trailing return type with automatic return types
      - simplified is_range type trait
      7d26e91b
  16. Jul 06, 2023
  17. Jul 05, 2023
  18. Jul 04, 2023
  19. Jul 03, 2023
    • Sergey Lesnik's avatar
      Bugfix Coherent format: reading of surface fields · b974bf3b
      Sergey Lesnik authored
      - Non-uniform internal field in coherent format: Communicate fields on
        processor patches from lower ranks to higher ones since these are
        only present once in a coherent surface field.
      - Handle non-proc patches separately
      b974bf3b
  20. Jun 29, 2023