Skip to content

Commit 8e94d0a

Browse files
MPI Refactor (#831)
Co-authored-by: Spencer Bryngelson <sbryngelson@gmail.com>
1 parent db3147b commit 8e94d0a

22 files changed

+1597
-5059
lines changed

src/common/m_boundary_common.fpp

Lines changed: 581 additions & 118 deletions
Large diffs are not rendered by default.

src/common/m_mpi_common.fpp

Lines changed: 723 additions & 326 deletions
Large diffs are not rendered by default.

src/common/m_variables_conversion.fpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,10 @@ contains
11381138

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

1141+
#ifdef MFC_POST_PROCESS
1142+
if (bubbles_lagrange) qK_prim_vf(beta_idx)%sf(j, k, l) = qK_cons_vf(beta_idx)%sf(j, k, l)
1143+
#endif
1144+
11411145
end do
11421146
end do
11431147
end do

0 commit comments

Comments
 (0)