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 86ae789 commit 7570818Copy full SHA for 7570818
src/simulation/m_rhs.fpp
@@ -673,7 +673,10 @@ contains
673
call nvtxEndRange
674
675
call nvtxStartRange("RHS-ELASTIC")
676
- if (hyperelasticity) call s_hyperelastic_rmt_stress_update(q_cons_qp%vf, q_prim_qp%vf)
+ if (hyperelasticity) then
677
+ call s_hyperelastic_rmt_stress_update(q_cons_qp%vf, q_prim_qp%vf)
678
+ call s_populate_primitive_variables_buffers(q_prim_qp%vf, pb, mv)
679
+ end if
680
681
682
if (cfl_dt) then
0 commit comments