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

Adapt 3d structured code to the new data structure #513

Merged
merged 11 commits into from
Apr 8, 2021

Conversation

NichtLucas
Copy link
Contributor

We adjusted the old 3d code to work with the new curved mesh on cuboid domains. This is just an intermediate PR on the way to 3d curvilinear domains, therefore some functions are rudimentary.

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! I have just left 2-3 questions and some formatting suggestions...

src/callbacks_step/stepsize_dg2d.jl Show resolved Hide resolved
src/solvers/dg_curved/containers_3d.jl Outdated Show resolved Hide resolved
src/solvers/dg_curved/containers_3d.jl Outdated Show resolved Hide resolved
src/mesh/curved_mesh.jl Show resolved Hide resolved
src/mesh/curved_mesh.jl Show resolved Hide resolved
@efaulhaber efaulhaber requested a review from sloede April 8, 2021 07:49
@codecov
Copy link

codecov bot commented Apr 8, 2021

Codecov Report

Merging #513 (d141538) into main (89afc12) will increase coverage by 1.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #513      +/-   ##
==========================================
+ Coverage   92.62%   93.81%   +1.19%     
==========================================
  Files         124      124              
  Lines       12931    13019      +88     
==========================================
+ Hits        11977    12214     +237     
+ Misses        954      805     -149     
Flag Coverage Δ
unittests 93.81% <100.00%> (+1.19%) ⬆️

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

Impacted Files Coverage Δ
src/Trixi.jl 100.00% <ø> (ø)
src/callbacks_step/analysis_dg2d.jl 96.66% <100.00%> (ø)
src/callbacks_step/analysis_dg3d.jl 97.19% <100.00%> (+1.88%) ⬆️
src/callbacks_step/stepsize_dg2d.jl 96.22% <100.00%> (ø)
src/callbacks_step/stepsize_dg3d.jl 100.00% <100.00%> (+62.96%) ⬆️
src/mesh/curved_mesh.jl 96.80% <100.00%> (+4.69%) ⬆️
src/solvers/dg_curved/containers_3d.jl 100.00% <100.00%> (+100.00%) ⬆️
src/solvers/dg_curved/dg_3d.jl 98.50% <100.00%> (+98.50%) ⬆️

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 89afc12...d141538. Read the comment docs.

@sloede sloede merged commit 65f73e8 into trixi-framework:main Apr 8, 2021
@efaulhaber efaulhaber deleted the curved-mesh-3d-cuboid branch April 8, 2021 09:37
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.

5 participants