Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/2D_rayleigh_taylor/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Rayleigh-Taylor Instability (2D)

## Final Condition and Linear Theory
<img src='final_condition.png' height='MAX_HEIGHT'/>
<img src='linear_theory.png' height='MAX_HEIGHT'/>
<img src='result.png' height='MAX_HEIGHT'/>
Binary file removed examples/2D_rayleigh_taylor/final_condition.png
Binary file not shown.
Binary file removed examples/2D_rayleigh_taylor/linear_theory.png
Binary file not shown.
Binary file added examples/2D_rayleigh_taylor/result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/simulation/m_body_forces.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ contains
!! so the system can be advanced in time
!! @param q_cons_vf Conservative variables
!! @param q_prim_vf Primitive variables
subroutine s_compute_body_forces_rhs(q_cons_vf, q_prim_vf, rhs_vf)
subroutine s_compute_body_forces_rhs(q_prim_vf, q_cons_vf, rhs_vf)

type(scalar_field), dimension(sys_size), intent(in) :: q_prim_vf
type(scalar_field), dimension(sys_size), intent(in) :: q_cons_vf
Expand Down
80 changes: 40 additions & 40 deletions tests/10041BB7/golden-metadata.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions tests/10041BB7/golden.txt

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions tests/121D4ECA/golden-metadata.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tests/121D4ECA/golden.txt

Large diffs are not rendered by default.

Loading
Loading