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

Implementing Explicit Runge Kutta Methods #952

Merged
merged 16 commits into from
Nov 15, 2023

Commits on Oct 19, 2023

  1. ODE explanation

    santiagobadia committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    45022d5 View commit details
    Browse the repository at this point in the history
  2. RK explanation

    santiagobadia committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    67ba436 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update ODEs.md

    santiagobadia authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    48dfc1f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    fbf52ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c8e52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bc399f View commit details
    Browse the repository at this point in the history
  4. updating comment

    tamaratambyah committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7a7f1ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23f8056 View commit details
    Browse the repository at this point in the history
  6. change notation to lop

    tamaratambyah committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1941526 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. adding EXRK tests

    tamaratambyah committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9ee829d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. fixing ode tests

    tamaratambyah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b0281c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    67171c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443e45c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1add42 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. updating tests

    tamaratambyah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1a2b41f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b40e1 View commit details
    Browse the repository at this point in the history