Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
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
542 changes: 503 additions & 39 deletions src/common/m_boundary_common.fpp

Large diffs are not rendered by default.

1,027 changes: 715 additions & 312 deletions src/common/m_mpi_common.fpp

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/common/m_variables_conversion.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,10 @@ contains

if (cont_damage) qK_prim_vf(damage_idx)%sf(j, k, l) = qK_cons_vf(damage_idx)%sf(j, k, l)

#ifdef MFC_POST_PROCESS
if (bubbles_lagrange) qK_prim_vf(beta_idx)%sf(j, k, l) = qK_cons_vf(beta_idx)%sf(j, k, l)
#endif

end do
end do
end do
Expand Down
Loading
Loading