Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dsl: Introduce ability to define Functions on Subdomains #2245

Open
wants to merge 101 commits into
base: master
Choose a base branch
from

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    35ad15a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7246d63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bb621b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e27503c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf63689 View commit details
    Browse the repository at this point in the history
  6. misc: tidy up and fixed notebook

    Edward Caunt authored and EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e54aaca View commit details
    Browse the repository at this point in the history
  7. misc: minor tweaks

    Edward Caunt authored and EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eaf3954 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02009e1 View commit details
    Browse the repository at this point in the history
  9. types: SubDomain and SubDomainSet can now be passed a Grid at instant…

    …iation
    Edward Caunt authored and EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    15d624d View commit details
    Browse the repository at this point in the history
  10. types: Further work on Functions on SubDomains

    Edward Caunt authored and EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b0066eb View commit details
    Browse the repository at this point in the history
  11. misc: Assorted investigations

    Edward Caunt authored and EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2ab6269 View commit details
    Browse the repository at this point in the history
  12. types: Modified how Function _dist_dimensions and _decomposition work…

    … to fix halo size when allocating data on SubDomain
    Edward Caunt authored and EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    733aaf1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    08c7401 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eebfa3f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4ba5481 View commit details
    Browse the repository at this point in the history
  16. tests: Add test for operators containing mixture of functions on subd…

    …omains and grids. Add assorted mechanics to make this work.
    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    38e043b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f4e4dd5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c09738c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6b75114 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    635ae98 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ef67f75 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6805982 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cc4328c View commit details
    Browse the repository at this point in the history
  24. dsl: Investigation into index misalignment when Functions on SubDomai…

    …ns with middle SubDimensions decomposed across ranks
    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4d89aa6 View commit details
    Browse the repository at this point in the history
  25. dsl: Work on index_glb_to_loc

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    05f9cd6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ff5f489 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    06c0047 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b53d1bc View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f882a12 View commit details
    Browse the repository at this point in the history
  30. misc: Flake8

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9878793 View commit details
    Browse the repository at this point in the history
  31. misc: Flake8

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    74ecc31 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f659083 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ae03bfc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3118356 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    41f7790 View commit details
    Browse the repository at this point in the history
  36. tests: Fix doctests

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b726c30 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5eda82d View commit details
    Browse the repository at this point in the history
  38. dsl: Further refactoring of SubDistributor, removing items from init …

    …and reducing verbosity
    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9e95958 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a1be222 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    cbe2982 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0e51c36 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3dfda6c View commit details
    Browse the repository at this point in the history
  43. tests: Add test for crosses

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ea585ac View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    40aca62 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0d26d5b View commit details
    Browse the repository at this point in the history
  46. misc: Refactoring

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a234ac5 View commit details
    Browse the repository at this point in the history
  47. misc: Tidy up

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7bf8a2a View commit details
    Browse the repository at this point in the history
  48. misc: Tidy up rebase

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    01fd38d View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    7fde3e1 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    bc2358e View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    ff25137 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0bee51f View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    8154300 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    38365a5 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    632a772 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    79ab3af View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    b13746d View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    935f23a View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    1c7d158 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    8adce52 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5c27b4b View commit details
    Browse the repository at this point in the history
  62. misc: Debugging

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b707f37 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    ca1db3c View commit details
    Browse the repository at this point in the history
  64. dsl: Investigation into additional dimensions introduced to interpola…

    …tion off function on subdomain
    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    39897f3 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    7ae29df View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    6a14ad5 View commit details
    Browse the repository at this point in the history
  67. misc: Minor tweaks

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    47e202f View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    08418bb View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e8927f9 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    50dc29a View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    e6a621d View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    9e9344f View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    8361c62 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    47a8efa View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    b782a97 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    bbf3edd View commit details
    Browse the repository at this point in the history
  77. tests: Add mode to MPI tests

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    89c6698 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    2850284 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    5b0b141 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    f4bc252 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    3f481ff View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    92fdae2 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    16f47cf View commit details
    Browse the repository at this point in the history
  84. tests: Tweak subdomain tests

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b72ede0 View commit details
    Browse the repository at this point in the history
  85. misc: Tidy up

    EdCaunt committed May 21, 2024
    Configuration menu
    Copy the full SHA
    12d7169 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    a7ee8b7 View commit details
    Browse the repository at this point in the history
  2. misc: Refactoring

    EdCaunt committed May 22, 2024
    Configuration menu
    Copy the full SHA
    728cb4b View commit details
    Browse the repository at this point in the history
  3. misc: Flake8

    EdCaunt committed May 22, 2024
    Configuration menu
    Copy the full SHA
    05dee8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edbcdd0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    17f57e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38c6ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24ada6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccb5934 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    167d963 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c868c91 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    6ab45de View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    910d8f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba0519f View commit details
    Browse the repository at this point in the history
  3. misc: Tidy up

    EdCaunt committed May 30, 2024
    Configuration menu
    Copy the full SHA
    519ddc5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    67045cc View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    9dd5233 View commit details
    Browse the repository at this point in the history