LMARS interface flux on GPU.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ESAtmo2D), | intent(inout) | :: | this |
subroutine BoundaryFlux_ESAtmo2D(this)
!! LMARS interface flux on GPU.
implicit none
class(ESAtmo2D),intent(inout) :: this
call boundaryflux_esatmo2d_gpu( &
this%solution%boundary_gpu, &
this%solution%extboundary_gpu, &
this%geometry%nhat%boundary_gpu, &
this%geometry%nscale%boundary_gpu, &
this%flux%boundarynormal_gpu, &
this%p0,this%Rd,this%cp/this%cv, &
this%solution%interp%N, &
this%solution%nelem)
endsubroutine BoundaryFlux_ESAtmo2D