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

WIB: Subcell limiting with IDP and MCL approach #1502

Draft
wants to merge 556 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 5, 2023

  1. Fix format

    bennibolm committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b68fe4b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    00144cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2827f71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa0204c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    98d8d67 View commit details
    Browse the repository at this point in the history
  2. Fix format

    bennibolm committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c32d490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71964b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Implement suggestions

    bennibolm committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    84b72e4 View commit details
    Browse the repository at this point in the history
  2. Remove outdated code

    bennibolm committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d01353b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b5a3e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    438e5db View commit details
    Browse the repository at this point in the history
  2. Reduce time of tests

    bennibolm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c55c33d View commit details
    Browse the repository at this point in the history
  3. Fix typo

    bennibolm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    010e188 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    bennibolm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ef4c2f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    1a2eb00 View commit details
    Browse the repository at this point in the history
  2. Fix visualization routines

    bennibolm committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ab9e5d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    534f148 View commit details
    Browse the repository at this point in the history
  4. Reduce cfl in elixir

    bennibolm committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9b0eee9 View commit details
    Browse the repository at this point in the history
  5. Fix test

    bennibolm committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3e6f7f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Fix bounds check routine

    bennibolm committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6c095a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    73da539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bf461f View commit details
    Browse the repository at this point in the history
  3. Fix copy error

    bennibolm committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e161548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e25185 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Merge pull request #114 from bennibolm/subcell-limiting-dictionary

    Implement variable_bounds as Dict
    bennibolm committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6948a21 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Added first (ugly) implementation of subcell limiting for non-conserv…

    …ative systems
    
    -> A working version of this implementation is added for the GLM-MHD system
    -> The flux-differencing formula requires non-conservative terms of the
       form (local * symmetric)... I modified equations/ideal_glm_mhd_2d.jl and
       solvers/dgsem_tree/dg_2d.jl to make it work
    -> In this first implementation, we only use the Powell term and
       deactivate the GLM term
    amrueda committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    99c1782 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Modified non-conservative fluxes to revert src/solvers/dgsem_tree/dg_…

    …2d.jl back to its original state
    amrueda committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    67e379f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    12c6c1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7017914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5119d97 View commit details
    Browse the repository at this point in the history
  4. Restored old Powell source term and created a new function name for t…

    …he modified Powell source term. This was needed due to incompatibility on non-conforming meshes.
    amrueda committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ad6177e View commit details
    Browse the repository at this point in the history
  5. Fixed bug

    amrueda committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9158093 View commit details
    Browse the repository at this point in the history
  6. Fixed bug

    amrueda committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3dcccc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    adb930e View commit details
    Browse the repository at this point in the history
  2. Improved allocations

    amrueda committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b0e3aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a3fdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86884e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Apply suggestions from code review

    Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
    amrueda and ranocha committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0d61cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0caf8e View commit details
    Browse the repository at this point in the history
  3. Improved formatting

    amrueda committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6dae80a View commit details
    Browse the repository at this point in the history
  4. Reduced testing time

    amrueda committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0c2e24e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'subcell_limiting_noncons' into subcell_positivity_nonco…

    …nservative and fixed some conflicts
    amrueda committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ac792bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c73f4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e6681c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4a1fe8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2eac4cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    651b716 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7dcb75 View commit details
    Browse the repository at this point in the history
  12. Rename functions

    bennibolm committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    70b4fd8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    82c9a2f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14f0093 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    2be3ba8 View commit details
    Browse the repository at this point in the history
  2. Add @inline

    bennibolm committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    463de3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4d3a9d View commit details
    Browse the repository at this point in the history
  4. Update tests

    bennibolm committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d04afad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de23b58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    834b481 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48bd943 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    20abe7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96be070 View commit details
    Browse the repository at this point in the history
  3. Fix last commit

    bennibolm committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fb4d876 View commit details
    Browse the repository at this point in the history
  4. Remove @unpack

    bennibolm committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2d8b49d View commit details
    Browse the repository at this point in the history
  5. Add comment to News.md

    bennibolm committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    64cf39c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    505cbbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d7ce45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf05403 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    c2ec8c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74cd7cc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #115 from bennibolm/subcell-limiting-general-nonli…

    …near-limiter
    
    Support nonlinear positivity limiting for arbitrary variables
    bennibolm committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    13280b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c17adb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Reduce allocations

    bennibolm committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    6f9d3d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    781e839 View commit details
    Browse the repository at this point in the history
  2. format

    ranocha committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c3377ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1131d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39b39b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b8398c View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Benjamin Bolm <74359358+bennibolm@users.noreply.github.com>
    amrueda and bennibolm committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a90745c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aae5ad2 View commit details
    Browse the repository at this point in the history
  8. Fix 2 bugs + formatting

    bennibolm committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a06333d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5145d6 View commit details
    Browse the repository at this point in the history
  10. Fix bug

    bennibolm committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3848564 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    603d0f0 View commit details
    Browse the repository at this point in the history
  2. Fix bug

    bennibolm committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    999b856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535f520 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    4729149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51887eb View commit details
    Browse the repository at this point in the history
  3. format

    amrueda committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    38231a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    842399d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fa45bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e40f0ea View commit details
    Browse the repository at this point in the history
  7. Removed unneeded elixirs

    amrueda committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9053e17 View commit details
    Browse the repository at this point in the history
  8. format

    amrueda committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6605c41 View commit details
    Browse the repository at this point in the history
  9. Cherry-picked changes done in PR (#116) [a90745c] Apply suggestions f…

    …rom code review
    
    Co-authored-by: Benjamin Bolm <74359358+bennibolm@users.noreply.github.com>
    amrueda and bennibolm committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2b21e6a View commit details
    Browse the repository at this point in the history
  10. Renamed function dpdu

    amrueda committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    baeaf02 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10cb3b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    342bf60 View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Co-authored-by: Benjamin Bolm <74359358+bennibolm@users.noreply.github.com>
    amrueda and bennibolm committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    41dc2a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f00ac01 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    c8888f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50be874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7d1b08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f03d00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffbda68 View commit details
    Browse the repository at this point in the history
  6. Increased maximum allowed allocation bound for subcell limiting simul…

    …ation
    
    Co-authored-by: Benjamin Bolm <74359358+bennibolm@users.noreply.github.com>
    amrueda and bennibolm committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c7c3ca0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    120f9ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81d40e2 View commit details
    Browse the repository at this point in the history
  9. Update docstrin of flux_nonconservative_powell_local_symmetric

    Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
    amrueda and sloede committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c7dd7f5 View commit details
    Browse the repository at this point in the history
  10. Implement suggestions

    bennibolm committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5b2b888 View commit details
    Browse the repository at this point in the history
  11. Fix format

    bennibolm committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b7bed59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7910993 View commit details
    Browse the repository at this point in the history
  13. format

    amrueda committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3f9f0fe View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
    amrueda and sloede committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b6646ad View commit details
    Browse the repository at this point in the history
  15. Non-conservative subcell limiting cache only allocated for non-conser…

    …vative equations
    
    Co-authored-by: Benjamin Bolm <74359358+bennibolm@users.noreply.github.com>
    amrueda and bennibolm committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0eee721 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    df12f03 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    394c486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb1d5ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a23b6b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee21f0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3399b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f43419 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    3e81bbb View commit details
    Browse the repository at this point in the history
  2. format

    amrueda committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    113ce70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    400afb7 View commit details
    Browse the repository at this point in the history
  4. Add memory allocation test

    Co-authored-by: Benjamin Bolm <74359358+bennibolm@users.noreply.github.com>
    amrueda and bennibolm committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    30b33fd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    09cbdae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d01643 View commit details
    Browse the repository at this point in the history
  3. Undo changes in elixirs

    bennibolm committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    306fb19 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #116 from amrueda/subcell_positivity_nonconservative

    Add support for non nonconservative equations to subcell-limiting
    bennibolm committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bd781ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9897ead View commit details
    Browse the repository at this point in the history
  6. Implement suggestions

    bennibolm committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5adf14c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    29ed6ce View commit details
    Browse the repository at this point in the history
  2. Reduce allocations

    bennibolm committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ea226d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c845f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    953926a View commit details
    Browse the repository at this point in the history
  2. Revise bounds check for MCL (#118)

    * Revise bounds check for MCL
    
    * Rename `idp_bounds_delta` for MCL to `mcl_bounds_delta`
    
    * Remove comment
    
    * Fix allocs (trixi-framework#1695)
    
    * Fix allocs
    
    * remove unnecessary code
    
    * rerun fmt
    
    * format
    
    * Allocation tests dgmulti 2d (trixi-framework#1698)
    
    * HLLE CEE 2D3D NonCartesian Meshes (trixi-framework#1692)
    
    * HLLE CEE 2D3D NonCartesian Meshes
    
    * format
    
    * hlle via hll
    
    * format test
    
    * format test
    
    * format
    
    * do not export hlle
    
    * Correct test vals
    
    * test values CI
    
    * Update src/equations/compressible_euler_2d.jl
    
    Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
    
    * Update src/equations/compressible_euler_1d.jl
    
    Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
    
    * Update src/equations/compressible_euler_2d.jl
    
    Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
    
    * Update src/equations/compressible_euler_3d.jl
    
    Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
    
    * Update src/equations/compressible_euler_3d.jl
    
    Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
    
    * apply suggestions
    
    * additional sentence
    
    * Fix typo
    
    * typos
    
    * correct test vals
    
    ---------
    
    Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
    
    * Bump crate-ci/typos from 1.16.15 to 1.16.21 (trixi-framework#1700)
    
    Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.16.15 to 1.16.21.
    - [Release notes](https://github.com/crate-ci/typos/releases)
    - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
    - [Commits](crate-ci/typos@v1.16.15...v1.16.21)
    
    ---
    updated-dependencies:
    - dependency-name: crate-ci/typos
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add NumFOCUS + ACTRIX to acknowledgments (trixi-framework#1697)
    
    * Add NumFOCUS + ACTRIX to acknowledgments
    
    * Try to avoid spaces
    
    * Another try to avoid gaps between images
    
    * Hopefully fix image alignment in docs
    
    * Try new logo formats
    
    * Use smaller DUBS logo and add DUBS funding statement
    
    * Add markdown-based table for logos in docs
    
    * Try another table approach
    
    * Hopefully get a layout that finally *works*...
    
    * Arrrrrrgggggghhhhh
    
    * format examples (trixi-framework#1531)
    
    * format examples
    
    * check formatting of examples in CI
    
    * update style guide
    
    * fix weird formatting
    
    * fix formatting of binary operators
    
    * format again
    
    * Update differentiable_programming.jl (trixi-framework#1704)
    
    * Format subcell elixirs
    
    * Add warning for missing bounds check for entropy limiter (MCL)
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Daniel Doehring <daniel.doehring@rwth-aachen.de>
    Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
    Co-authored-by: ArseniyKholod <119304909+ArseniyKholod@users.noreply.github.com>
    6 people committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cb899fe View commit details
    Browse the repository at this point in the history
  3. Remove doubled tests

    bennibolm committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    94d8a3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7604822 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    f6836b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f53816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3afa4c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de20a89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50e7bc2 View commit details
    Browse the repository at this point in the history
  6. Format

    bennibolm committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5b1378c View commit details
    Browse the repository at this point in the history
  7. Fix unit test

    bennibolm committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ebedaba View commit details
    Browse the repository at this point in the history
  8. Fix unit test

    bennibolm committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    fd3d531 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Implement suggestions

    bennibolm committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5e81530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310832c View commit details
    Browse the repository at this point in the history
  3. Clean up

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

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    0a51a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e22f25 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    ba2c20b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d854c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc5d5e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Clean up branch with main

    bennibolm committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fca5614 View commit details
    Browse the repository at this point in the history
  2. Remove deleted tests

    bennibolm committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e44272d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b2768 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    062568c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa0e9e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    849b09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c75e38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf69564 View commit details
    Browse the repository at this point in the history
  4. Clean up some stuff

    bennibolm committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e50b5a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    d44fb82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9b36f View commit details
    Browse the repository at this point in the history
  3. Add comments

    bennibolm committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5af578f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    e09ed28 View commit details
    Browse the repository at this point in the history
  2. Fix blast wave test

    bennibolm committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3a20622 View commit details
    Browse the repository at this point in the history
  3. Format

    bennibolm committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1aa2eaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d14a6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4830bbb View commit details
    Browse the repository at this point in the history
  6. Fix typo

    bennibolm committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    af19dbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad64cd7 View commit details
    Browse the repository at this point in the history
  8. Clean up comments and code

    bennibolm committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    36b2481 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    dbc79a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72ed16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c0a288 View commit details
    Browse the repository at this point in the history
  4. Format

    bennibolm committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1d94582 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Fix test

    bennibolm committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    4e7f685 View commit details
    Browse the repository at this point in the history
  2. Speed up bar states bounds calculation of entropies (#120)

    * Speed up bar states bounds calculation of entropies
    
    * Format
    
    * Implement suggestions
    bennibolm committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    73e26c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    bcfc1e9 View commit details
    Browse the repository at this point in the history
  2. Fix elixirs and tests

    bennibolm committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    60a0fbf View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    7d9e867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66476eb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    a53b431 View commit details
    Browse the repository at this point in the history
  2. Fix bug

    bennibolm committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8ebce9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15abed3 View commit details
    Browse the repository at this point in the history
  4. Format

    bennibolm committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    647ead5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Add support for P4estMesh to subcell-limiting (#121)

    * Add support for P4estMesh to `subcell-limiting`
    
    * Add elixir with supersonic flow
    
    * Extract inner code of `characteristic_boundary_value_function`
    
    * Add support for `BoundaryConditionDirichlet` for P4estMesh
    
    * Fix calculation of `vn`
    
    * Remove default routine for `get_boundary_outer_state`
    
    * Revise calculation of bar states
    
    * Fix allocations with `foreach(enumerate(...))`
    
    * Fix normalization in `get_boundary_outer_state`
    
    * Add TODO note for future
    
    * Remove unnecessary code; format
    
    * Adapt test errors after normalizing normal vectors
    
    * Add dispatch for equations
    
    * Fix normalization; Is done inside boundary_value_function
    
    * Fix bug in calculation of bar state at interfaces for P4estMesh
    
    * Add mesh as parameter of `get_boundary_outer_state`
    - Fixes bug that P4estMesh calls the right `characteristic_boundary_state` routine
    
    * Add p4est double mach elixir
    
    * Fix error
    
    * Remove comment
    
    * Add test for supersonic flow
    
    * fmt
    
    * Add comments
    
    * Update src/equations/compressible_euler_2d.jl
    
    Co-authored-by: Andrés Rueda-Ramírez <aruedara@uni-koeln.de>
    
    * fmt
    
    * Fix error
    
    ---------
    
    Co-authored-by: Andrés Rueda-Ramírez <aruedara@uni-koeln.de>
    bennibolm and amrueda committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1a09eaa View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    8803e4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeb5025 View commit details
    Browse the repository at this point in the history
  3. Fix test

    bennibolm committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1431449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c07f01 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    975fead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2702bb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Implement suggestions

    bennibolm committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5ec5ade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c9b0fa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 18, 2023

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

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

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

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    fa19163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    535eeef View commit details
    Browse the repository at this point in the history
  3. fmt

    bennibolm committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    944ec3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5b0b63 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    bcd1c99 View commit details
    Browse the repository at this point in the history
  2. Relocate functions

    bennibolm committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ccdc34e View commit details
    Browse the repository at this point in the history
  3. Add entropy limiters

    bennibolm committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    91e5239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    927d783 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40b8d93 View commit details
    Browse the repository at this point in the history
  6. Adapt elixir

    bennibolm committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8a516a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

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

Commits on Jan 2, 2024

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

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    896c0a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    485f447 View commit details
    Browse the repository at this point in the history
  3. Add comment

    bennibolm committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    41587cc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 2, 2024

  1. Cancel some for loops for clarity and better parallelization capabi…

    …lity (#123)
    
    * Cancel some for loops for clarity and better parallelisation capability
    
    * Fix last commit
    
    * Fix again
    
    * Move calculation of rho_limited
    
    * Update comments
    bennibolm committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e51644e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge branch 'main'

    bennibolm committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    be7bcb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f9d69 View commit details
    Browse the repository at this point in the history
  3. Clean up testing

    bennibolm committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6464f4d View commit details
    Browse the repository at this point in the history
  4. Fix bug

    bennibolm committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dc72678 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 20, 2024

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

Commits on Mar 21, 2024

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

Commits on Mar 25, 2024

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

Commits on Mar 27, 2024

  1. Use @Batch reduction for bounds check (#126)

    * Use @Batch reduction for bounds check
    
    * Remove section in documentation
    bennibolm committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2507794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5899d84 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Merge main (#127)

    * Merge main (first version)
    
    * Fix bug
    
    * Fix setup in tutorial
    
    * Adapt tests
    
    * Add bar_states variable to unit test
    
    * fmt
    bennibolm committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c2b197a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43dad26 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    9ceaaa8 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    bennibolm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    aed2c65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec1e8b8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 23, 2024

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

Commits on May 24, 2024

  1. Merge main: Remove dispatching for mesh types (#128)

    * Add structured mesh support
    
    * Fix non-periodic computation of bounds
    
    * Use local limiting and nonperiodic domain in source terms elixir
    
    * Use local limiting in free stream elixir
    
    * Remove not needed lines
    
    * Remove P4estMesh
    
    * Add non-periodic tests with local bounds
    
    * fmt
    
    * Fix test
    
    * Use `get_inverse_jacobian` instead of dispatching all routines
    
    * Simplify `perform_idp_correction!`
    
    * Revert stuff
    
    * Remove free stream elixir
    
    * Use sedov blast instead of source term setup; add news
    
    * Update dispatching for mesh types
    
    * Remove dispatching for mesh types
    
    * Move new sedov tests within the test file
    
    * Move new tests within test file
    
    * Adapt dispatching
    
    * Fix typo
    
    * Remove not-needed parameter
    
    * Add subcell limiting support for StructuredMesh (trixi-framework#1946)
    
    * Add structured mesh support
    
    * Fix non-periodic computation of bounds
    
    * Use local limiting and nonperiodic domain in source terms elixir
    
    * Use local limiting in free stream elixir
    
    * Remove not needed lines
    
    * Remove P4estMesh
    
    * Add non-periodic tests with local bounds
    
    * fmt
    
    * Fix test
    
    * Use `get_inverse_jacobian` instead of dispatching all routines
    
    * Simplify `perform_idp_correction!`
    
    * Revert stuff
    
    * Remove free stream elixir
    
    * Use sedov blast instead of source term setup; add news
    
    * Update dispatching for mesh types
    
    * Move new tests within test file
    
    * Adapt dispatching
    
    * Fix typo
    
    * Remove not-needed parameters
    
    * Dispatch `check_bounds` for dimension using u
    bennibolm committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8562942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10580fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c030593 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734d639 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    91b5db9 View commit details
    Browse the repository at this point in the history
  2. Merge branch from subcell limiting p4est PR (#129)

    Make sure I adapted everything correctly.
    bennibolm committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0ac57af View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Aug 30, 2024

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

Commits on Sep 20, 2024

  1. Merge main (#131)

    bennibolm committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0ded2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efeaca8 View commit details
    Browse the repository at this point in the history