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

implement WENO limiter for DG method #5929

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Commits on Jun 21, 2024

  1. implement WENO limiter for DG method

    Yimin Jin committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ce09083 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. correct spelling mistakes

    Yimin Jin committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    b6aaaca View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    68e633c View commit details
    Browse the repository at this point in the history
  2. reformat the .prm file for limiter settings

    Yimin Jin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4bfb4a8 View commit details
    Browse the repository at this point in the history
  3. Update source/simulator/parameters.cc

    Co-authored-by: Rene Gassmoeller <[email protected]>
    YiminJin and gassmoeller authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    13ed3c4 View commit details
    Browse the repository at this point in the history
  4. change boundary_preserving to bound_preserving

    Yimin Jin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    95edb8a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. replace 'boundary preserving' by 'bound preserving'

    Yimin Jin committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b0c4e8f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. add citations for WENO limiter and KXRCF indicator

    Yimin Jin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a53c298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d46a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06e7cb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36ff891 View commit details
    Browse the repository at this point in the history
  5. add rotate_shape benchmark with WENO limiter

    Yimin Jin committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0a25a71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7103a42 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. replace Patterns::Double() by Patterns::List(Patterns::Double()) for …

    …Composition KXRCF indicator threshold
    Yimin Jin committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    59f361b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6a1a0e View commit details
    Browse the repository at this point in the history
  3. supplement the documentation for KXRCF indicator

    Yimin Jin committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    92b5d90 View commit details
    Browse the repository at this point in the history
  4. Update source/simulator/parameters.cc

    Co-authored-by: Rene Gassmoeller <[email protected]>
    YiminJin and gassmoeller authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e305776 View commit details
    Browse the repository at this point in the history
  5. Update source/simulator/parameters.cc

    Co-authored-by: Rene Gassmoeller <[email protected]>
    YiminJin and gassmoeller authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f5cbc1c View commit details
    Browse the repository at this point in the history
  6. reformat the .prm file for limiter settings

    Yimin Jin committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4667dbc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. remove the .prm.bak files

    Yimin Jin committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    aea41a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa78f1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c8173e View commit details
    Browse the repository at this point in the history