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

[WIP] add renomalization after the update #2629

Open
wants to merge 15 commits into
base: development
Choose a base branch
from

Commits on Sep 25, 2023

  1. some changes to the SDC Newton solver to make it more robust

    we now reject a solve if the mass fractions are too far out of [0, 1]
    also do the total energy update conservatively
    zingale committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    da85e1a View commit details
    Browse the repository at this point in the history
  2. fix check

    zingale committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    bbfffcd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. some more robustness

    zingale committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    58efc8f View commit details
    Browse the repository at this point in the history
  2. fix

    zingale committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7306214 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. add another normalization

    zingale committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4561f85 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 6, 2023

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

Commits on Oct 7, 2023

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

Commits on Oct 8, 2023

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

Commits on Oct 9, 2023

  1. some reverts

    zingale committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2b41b89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ab502 View commit details
    Browse the repository at this point in the history
  3. update benchmark

    zingale committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fc43f16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b512a60 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. add renormalization of the species after the update

    in some sense, this mirrors what we would do with Strang or
    simplified-SDC, since we always renormalize after leaving the
    burner.
    zingale committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d860c8f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

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