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

Update Runge-Kutta ODE solver #919

Merged
merged 30 commits into from
Sep 6, 2023
Merged

Update Runge-Kutta ODE solver #919

merged 30 commits into from
Sep 6, 2023

Commits on Jul 9, 2023

  1. Adding RK tables

    oriolcg committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    47fdb14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f67a9f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    fbffcc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb13aff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebba14e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    590bd08 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Fixing RungeKutta.jl

    oriolcg committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    31002ee View commit details
    Browse the repository at this point in the history
  2. Cleaning ODESolversTests.jl

    oriolcg committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1cf9ba1 View commit details
    Browse the repository at this point in the history
  3. Cleaning RungeKutta.jl

    oriolcg committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d9006a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    0eaf379 View commit details
    Browse the repository at this point in the history
  2. Updating tests

    oriolcg committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a200d7a View commit details
    Browse the repository at this point in the history
  3. Fixing tests

    oriolcg committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    174e9a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    60d48f0 View commit details
    Browse the repository at this point in the history
  2. Fixes in RungeKutta.jl

    oriolcg committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    30fbc19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c60885e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 25, 2023

  1. Fixing ODESolversTests

    oriolcg committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0b94ee2 View commit details
    Browse the repository at this point in the history
  2. Cleaning RungeKutta.jl

    oriolcg committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bf220c1 View commit details
    Browse the repository at this point in the history
  3. Removed debugging prints

    oriolcg committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    15eda07 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

  1. Adding RK tables

    oriolcg committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9776ffe View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

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

Commits on Aug 3, 2023

  1. RK Tableaus in a new file

    oriolcg committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    12739cf View commit details
    Browse the repository at this point in the history
  2. Further devs in IMEXRK

    oriolcg committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    76e0728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9580d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

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

Commits on Aug 7, 2023

  1. Adding IMEX-RK tables

    oriolcg committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bde2d33 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Minor changes in IMEXRK

    oriolcg committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5963fff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5d1b19 View commit details
    Browse the repository at this point in the history
  3. Updated NEWS.md

    oriolcg committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5d71179 View commit details
    Browse the repository at this point in the history