Skip to content

Commit

Permalink
IBM
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Radhakrishnan committed Mar 29, 2024
1 parent 8c87b34 commit 1f4eb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simulation/m_ibm.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ contains
end subroutine s_compute_interpolation_coeffs

subroutine s_interpolate_image_point(q_prim_vf, gp, alpha_rho_IP, alpha_IP, pres_IP, vel_IP, r_IP, v_IP, pb_IP, mv_IP, nmom_IP, pb, mv, presb_IP, massv_IP)

!$acc routine seq
type(scalar_field), &
dimension(sys_size), &
intent(IN) :: q_prim_vf !< Primitive Variables
Expand Down Expand Up @@ -762,7 +762,7 @@ contains
!! @param fV Current bubble velocity
!! @param fpb Internal bubble pressure
subroutine s_compute_levelset(levelset, levelset_norm)
!$acc routine seq

real(kind(0d0)), dimension(0:m, 0:n, 0:p, num_ibs), intent(INOUT) :: levelset
real(kind(0d0)), dimension(0:m, 0:n, 0:p, num_ibs, 3), intent(INOUT) :: levelset_norm
integer :: i !< Iterator variables
Expand Down

0 comments on commit 1f4eb65

Please sign in to comment.