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

Add Runge-Kutta time-integration schemes #94

Merged
merged 11 commits into from
Jun 25, 2024

Commits on May 16, 2024

  1. Add runge-kutta schemes

    Jacques Xing committed May 16, 2024
    Configuration menu
    Copy the full SHA
    026bf1e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Add RK stage loop to solver time iteration

    Jacques Xing committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6d13948 View commit details
    Browse the repository at this point in the history
  2. Add a destructor to time integration class

    Jacques Xing committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b9ae19b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Pre-merge fix

    Jacques Xing committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b7a499b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into update-time-integra…

    …tion-rk
    Jacques Xing committed May 21, 2024
    Configuration menu
    Copy the full SHA
    772dd51 View commit details
    Browse the repository at this point in the history
  3. Set default scheme to AB3

    Jacques Xing committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9e3ab64 View commit details
    Browse the repository at this point in the history
  4. Add comment

    Jacques Xing committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7e84430 View commit details
    Browse the repository at this point in the history
  5. prettify

    Jacques Xing committed May 21, 2024
    Configuration menu
    Copy the full SHA
    363ac1f View commit details
    Browse the repository at this point in the history
  6. Fix output typo

    Jacques Xing committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8a931e6 View commit details
    Browse the repository at this point in the history
  7. Add scheme name member variable

    Jacques Xing committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e087301 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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