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

MMS testing #663

Closed
wants to merge 64 commits into from
Closed

MMS testing #663

wants to merge 64 commits into from

Commits on Dec 7, 2023

  1. testing mms

    jhdark committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f2a1976 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. accept function

    jhdark committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a61b97b View commit details
    Browse the repository at this point in the history
  2. fix test

    jhdark committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5c32fc8 View commit details
    Browse the repository at this point in the history
  3. tidy up, remove exports

    jhdark committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    945b002 View commit details
    Browse the repository at this point in the history
  4. refactoring

    jhdark committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4111209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d22bf6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. pure fenics testing

    jhdark committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    61e197b View commit details
    Browse the repository at this point in the history
  2. use correct f, clearer naming

    jhdark committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c227dd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. accept core expression

    jhdark committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    dcf23b6 View commit details
    Browse the repository at this point in the history
  2. added test for transient

    jhdark committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1018df2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. add docs

    jhdark committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c9cefeb View commit details
    Browse the repository at this point in the history
  2. exact analytical solution

    jhdark committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7fbeaa8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. lower L2 and specific docs

    jhdark committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    33fd371 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. new system tests

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6affbb6 View commit details
    Browse the repository at this point in the history
  2. 2D mesh option

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    21cc5a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46817e9 View commit details
    Browse the repository at this point in the history
  4. meshtags

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ef10a7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cae983d View commit details
    Browse the repository at this point in the history
  6. updated mms tests 1 mobile

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a3d700c View commit details
    Browse the repository at this point in the history
  7. better test names

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c4c3f66 View commit details
    Browse the repository at this point in the history
  8. fix tests

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d7590a1 View commit details
    Browse the repository at this point in the history
  9. lighter meshes

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    271282b View commit details
    Browse the repository at this point in the history
  10. formatted black

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8311871 View commit details
    Browse the repository at this point in the history
  11. formatted black

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    94aef72 View commit details
    Browse the repository at this point in the history
  12. additional multivolume test

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a48dac6 View commit details
    Browse the repository at this point in the history
  13. better documentation

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    76eafe4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eb1efa9 View commit details
    Browse the repository at this point in the history
  15. import meshtags

    jhdark committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    22b6793 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    281cdd0 View commit details
    Browse the repository at this point in the history
  17. relative import

    RemDelaporteMathurin committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c9e452f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. hotfix for import meshtags

    RemDelaporteMathurin authored and jhdark committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    76dd044 View commit details
    Browse the repository at this point in the history
  2. added test to catch the bug

    RemDelaporteMathurin authored and jhdark committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e942d1d View commit details
    Browse the repository at this point in the history
  3. fix bug

    RemDelaporteMathurin authored and jhdark committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    28e0889 View commit details
    Browse the repository at this point in the history
  4. removed os import

    RemDelaporteMathurin authored and jhdark committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4a98e55 View commit details
    Browse the repository at this point in the history
  5. modified test

    RemDelaporteMathurin authored and jhdark committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7b0f46c View commit details
    Browse the repository at this point in the history
  6. Update test/system/test_1_mobile_species.py

    Co-authored-by: Rémi Delaporte-Mathurin <[email protected]>
    jhdark and RemDelaporteMathurin authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    55248ae View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. changes from review

    jhdark committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fccfefe View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    4e20612 View commit details
    Browse the repository at this point in the history
  2. added test on str

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8fc196f View commit details
    Browse the repository at this point in the history
  3. added TotalVolume class

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    31f72e4 View commit details
    Browse the repository at this point in the history
  4. super init

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    39ccbef View commit details
    Browse the repository at this point in the history
  5. field instead of species

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e32fa0a View commit details
    Browse the repository at this point in the history
  6. volume id

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5656413 View commit details
    Browse the repository at this point in the history
  7. add to data

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9193587 View commit details
    Browse the repository at this point in the history
  8. black formatted

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    36ec711 View commit details
    Browse the repository at this point in the history
  9. added documentation

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6a070a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1789813 View commit details
    Browse the repository at this point in the history
  11. modified title

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0fb3d8b View commit details
    Browse the repository at this point in the history
  12. added test + fixed bug

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    023d3a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e9e08e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6bdd100 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bb45b27 View commit details
    Browse the repository at this point in the history
  16. removed print statements

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d24677d View commit details
    Browse the repository at this point in the history
  17. added test for repr

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    76c292a View commit details
    Browse the repository at this point in the history
  18. modified analytical + details

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    83343dc View commit details
    Browse the repository at this point in the history
  19. parametrized test

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    458342d View commit details
    Browse the repository at this point in the history
  20. Fix copy paste errors

    Co-authored-by: James Dark <[email protected]>
    RemDelaporteMathurin and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8c29fab View commit details
    Browse the repository at this point in the history
  21. fixed surface to volume

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6dc4aa4 View commit details
    Browse the repository at this point in the history
  22. added test to catch the bug

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c412a94 View commit details
    Browse the repository at this point in the history
  23. modified test

    RemDelaporteMathurin authored and jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3659bb4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fc64b0a View commit details
    Browse the repository at this point in the history
  25. import not needed

    jhdark committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f987232 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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