Skip to content

Commit 420d716

Browse files
committed
fix merge
1 parent 0f5af3f commit 420d716

File tree

3 files changed

+9
-1710
lines changed

3 files changed

+9
-1710
lines changed

src/common/include/inline_boundary_conditions.fpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@
1818
q_prim_vf(i)%sf(${DEST}$) = q_prim_vf(i)%sf(${SRC}$)
1919
end do
2020

21+
if (elasticity) then
22+
do i = 1, shear_BC_flip_num
23+
q_prim_vf(shear_BC_flip_indices(${DIR}$, i))%sf(${DEST}$) = &
24+
-q_prim_vf(shear_BC_flip_indices(${DIR}$, i))%sf(${SRC}$)
25+
end do
26+
end if
27+
2128
if (hyperelasticity) then
2229
q_prim_vf(xibeg + ${DIR}$-1)%sf(${DEST}$) = &
23-
-q_prim_vf(xibeg + ${DIR}$-1)%sf(l, j - 1, k)
30+
-q_prim_vf(xibeg + ${DIR}$-1)%sf(${SRC}$)
2431
end if
2532
end do
2633
#:enddef

0 commit comments

Comments
 (0)