Trixi.jl icon indicating copy to clipboard operation
Trixi.jl copied to clipboard

Hz/limiter

Open HenrZu opened this issue 3 years ago • 2 comments

Positivity-Limiter from Gassner and Rueda-Ramírez based on https://arxiv.org/pdf/2102.06017.pdf.

  • Implementation of the limiter for 1D and 2D
  • 3D variant can be added. Needs only index adjustments.
  • By calling "rhs!", a lot of memory is still allocated.

HenrZu avatar Jan 19 '22 18:01 HenrZu

@sloede

HenrZu avatar Jan 19 '22 18:01 HenrZu

Codecov Report

Merging #1040 (07a9a6d) into main (9c6b1ca) will decrease coverage by 0.94%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1040      +/-   ##
==========================================
- Coverage   93.91%   92.97%   -0.94%     
==========================================
  Files         291      296       +5     
  Lines       22550    22778     +228     
==========================================
  Hits        21177    21177              
- Misses       1373     1601     +228     
Flag Coverage Δ
unittests 92.97% <0.00%> (-0.94%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
..._1d_dgsem/elixir_euler_positivity_gassner_rueda.jl 0.00% <0.00%> (ø)
..._2d_dgsem/elixir_euler_positivity_gassner_rueda.jl 0.00% <0.00%> (ø)
src/Trixi.jl 66.67% <ø> (ø)
.../callbacks_stage/positivity_alpha_rueda_gassner.jl 0.00% <0.00%> (ø)
...backs_stage/positivity_alpha_rueda_gassner_dg1d.jl 0.00% <0.00%> (ø)
...backs_stage/positivity_alpha_rueda_gassner_dg2d.jl 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4bc9d58...07a9a6d. Read the comment docs.

codecov[bot] avatar Jan 19 '22 21:01 codecov[bot]