@@ -538,6 +538,7 @@ contains
538
538
539
539
if (bubbles_lagrange .and. .not. adap_dt) call s_update_lagrange_tdv_rk(stage= 1 )
540
540
541
+ !DIR$ FORCEINLINE
541
542
call s_evolve_q_pb_mv(2 , 1._wp , 0._wp , 1._wp , 1._wp )
542
543
543
544
if (bodyForces) call s_apply_bodyforces(q_cons_ts(2 )%vf, q_prim_vf, rhs_vf, dt)
@@ -564,6 +565,7 @@ contains
564
565
565
566
if (bubbles_lagrange .and. .not. adap_dt) call s_update_lagrange_tdv_rk(stage= 2 )
566
567
568
+ !DIR$ FORCEINLINE
567
569
call s_evolve_q_pb_mv(1 , 1._wp , 1._wp , 1._wp , 2._wp )
568
570
569
571
if (bodyForces) call s_apply_bodyforces(q_cons_ts(1 )%vf, q_prim_vf, rhs_vf, 2._wp * dt/ 3._wp )
@@ -626,6 +628,7 @@ contains
626
628
627
629
if (bubbles_lagrange .and. .not. adap_dt) call s_update_lagrange_tdv_rk(stage= 1 )
628
630
631
+ !DIR$ FORCEINLINE
629
632
call s_evolve_q_pb_mv(2 , 1._wp , 0._wp , 1._wp , 1._wp )
630
633
631
634
if (bodyForces) call s_apply_bodyforces(q_cons_ts(2 )%vf, q_prim_vf, rhs_vf, dt)
@@ -652,6 +655,7 @@ contains
652
655
653
656
if (bubbles_lagrange .and. .not. adap_dt) call s_update_lagrange_tdv_rk(stage= 2 )
654
657
658
+ !DIR$ FORCEINLINE
655
659
call s_evolve_q_pb_mv(2 , 3._wp , 1._wp , 1._wp , 4._wp )
656
660
657
661
if (bodyForces) call s_apply_bodyforces(q_cons_ts(2 )%vf, q_prim_vf, rhs_vf, dt/ 4._wp )
@@ -677,6 +681,7 @@ contains
677
681
678
682
if (bubbles_lagrange .and. .not. adap_dt) call s_update_lagrange_tdv_rk(stage= 3 )
679
683
684
+ !DIR$ FORCEINLINE
680
685
call s_evolve_q_pb_mv(1 , 1._wp , 2._wp , 2._wp , 3._wp )
681
686
682
687
if (bodyForces) call s_apply_bodyforces(q_cons_ts(1 )%vf, q_prim_vf, rhs_vf, 2._wp * dt/ 3._wp )
0 commit comments