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

Node-level visualization support for coefficients of Subcell limiting #1611

Merged
merged 14 commits into from
Oct 18, 2023

Conversation

bennibolm
Copy link
Contributor

This PR provides the handling with node-level data as the subcell limiting blending factors. In combination with the PR to Trixi2Vtk.jl, this allows the visualization of those coefficients.

src/callbacks_step/save_solution_dg.jl Outdated Show resolved Hide resolved
src/solvers/dgsem_tree/subcell_limiters.jl Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (7fd4503) 65.05% compared to head (745950c) 84.28%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1611       +/-   ##
===========================================
+ Coverage   65.05%   84.28%   +19.22%     
===========================================
  Files         419      419               
  Lines       34118    34176       +58     
===========================================
+ Hits        22194    28802     +6608     
+ Misses      11924     5374     -6550     
Flag Coverage Δ
unittests 84.28% <47.37%> (+19.22%) ⬆️

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

Files Coverage Δ
src/callbacks_step/save_solution.jl 89.02% <100.00%> (+0.27%) ⬆️
src/semidiscretization/semidiscretization.jl 96.43% <100.00%> (+0.06%) ⬆️
src/time_integration/methods_SSP.jl 0.00% <ø> (ø)
src/solvers/dgsem_tree/containers_2d.jl 48.39% <0.00%> (-0.08%) ⬇️
src/solvers/dg.jl 83.65% <66.67%> (-0.50%) ⬇️
src/solvers/dgsem_tree/subcell_limiters.jl 29.41% <0.00%> (-2.85%) ⬇️
src/callbacks_step/save_solution_dg.jl 27.50% <20.00%> (+1.41%) ⬆️

... and 160 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bennibolm bennibolm changed the title WIP: Node-level visualization support for coefficients of Subcell limiting Node-level visualization support for coefficients of Subcell limiting Aug 21, 2023
@bennibolm bennibolm marked this pull request as ready for review August 21, 2023 07:27
@bennibolm bennibolm requested a review from sloede August 21, 2023 07:28
@bennibolm bennibolm requested review from amrueda and dlbach August 22, 2023 10:32
@bennibolm bennibolm requested a review from efaulhaber September 5, 2023 08:32
src/callbacks_step/save_solution_dg.jl Show resolved Hide resolved
src/solvers/dgsem_tree/subcell_limiters.jl Outdated Show resolved Hide resolved
@bennibolm bennibolm requested a review from efaulhaber September 5, 2023 12:51
src/time_integration/methods_SSP.jl Outdated Show resolved Hide resolved
@bennibolm bennibolm requested a review from efaulhaber September 5, 2023 14:17
@bennibolm bennibolm requested review from sloede and removed request for sloede September 6, 2023 13:28
sloede
sloede previously approved these changes Sep 12, 2023
Copy link
Member

@sloede sloede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

src/solvers/dgsem_tree/containers_2d.jl Outdated Show resolved Hide resolved
src/solvers/dg.jl Show resolved Hide resolved
src/solvers/dgsem_tree/subcell_limiters.jl Outdated Show resolved Hide resolved
@sloede
Copy link
Member

sloede commented Sep 12, 2023

@bennibolm I was overexcited when I approved the PR and thus had forgotten about some comments I added earlier. If those have been resolved (which shouldn't be hard), this is good to go!

src/solvers/dg.jl Outdated Show resolved Hide resolved
src/solvers/dgsem_tree/containers_2d.jl Outdated Show resolved Hide resolved
@bennibolm bennibolm requested a review from sloede October 16, 2023 15:26
Copy link
Member

@sloede sloede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sloede sloede closed this Oct 18, 2023
@sloede sloede reopened this Oct 18, 2023
@sloede sloede enabled auto-merge (squash) October 18, 2023 13:34
@sloede sloede merged commit dfdaef5 into trixi-framework:main Oct 18, 2023
57 of 61 checks passed
@bennibolm bennibolm deleted the subcell-limiting-visualization branch October 18, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants