We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca0c25 commit 7167f40Copy full SHA for 7167f40
src/common/include/inline_boundary_conditions.fpp
@@ -12,7 +12,8 @@
12
q_prim_vf(i)%sf(${DEST}$) = q_prim_vf(i)%sf(${SRC}$)
13
end do
14
15
- q_prim_vf(i)%sf(${DEST}$) = -q_prim_vf(i)%sf(${SRC}$)
+ q_prim_vf(momxb + ${DIR}$-1)%sf(${DEST}$) = &
16
+ -q_prim_vf(momxb + ${DIR}$-1)%sf(${SRC}$)
17
18
do i = momxb + ${DIR}$, sys_size
19
0 commit comments