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

Convergence line elements large order #112

Closed
wants to merge 17 commits into from

Commits on Feb 13, 2024

  1. ruff formatting

    dbrakenhoff committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8743031 View commit details
    Browse the repository at this point in the history
  2. format notebooks

    dbrakenhoff committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8621f81 View commit details
    Browse the repository at this point in the history
  3. update nbs

    dbrakenhoff committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0b38710 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be9df69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6558fd7 View commit details
    Browse the repository at this point in the history
  6. ruff formatting

    dbrakenhoff committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b0060dc View commit details
    Browse the repository at this point in the history
  7. format notebooks

    dbrakenhoff committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e235c63 View commit details
    Browse the repository at this point in the history
  8. update nbs

    dbrakenhoff committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    85ec7d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ff9cbe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1a0f7b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8914f5e View commit details
    Browse the repository at this point in the history
  12. up version

    dbrakenhoff committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b5fd5a0 View commit details
    Browse the repository at this point in the history
  13. update citation

    dbrakenhoff committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d838a71 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    fafce5b View commit details
    Browse the repository at this point in the history
  2. post release reset

    update version
    dbrakenhoff committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3b9a794 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. test if Rconv=5

    Strangely enough, Rconv=7 is too large for large order. Not clear why that wasn't a problem in the past.
    mbakker7 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d534aa0 View commit details
    Browse the repository at this point in the history
  2. Set Rconv based on order

    If order > 5, Rconv =5.
    Otherwise it is 7
    mbakker7 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    26b6d68 View commit details
    Browse the repository at this point in the history