We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91ecca commit 326f7dfCopy full SHA for 326f7df
1 file changed
src/simulation/m_compute_levelset.fpp
@@ -121,7 +121,7 @@ contains
121
122
gp%levelset = dist - radius
123
if (f_approx_equal(dist, 0._wp)) then
124
- gp%levelset_norm = 0
+ gp%levelset_norm = 0._wp
125
else
126
gp%levelset_norm = dist_vec(:)/dist
127
end if
@@ -312,7 +312,7 @@ contains
312
313
end subroutine s_3d_airfoil_levelset
314
315
- !> Initialize IBM module
+ !> Subroutine for computing the levelset values at a ghost point belonging to the rectangle IB
316
subroutine s_rectangle_levelset(gp)
317
318
$:GPU_ROUTINE(parallelism='[seq]')
0 commit comments