LLF Riemann flux on GPU — fully device-resident.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ECAdvection3D), | intent(inout) | :: | this |
subroutine BoundaryFlux_ECAdvection3D(this)
!! LLF Riemann flux on GPU — fully device-resident.
implicit none
class(ECAdvection3D),intent(inout) :: this
call boundaryflux_ecadvection3d_gpu( &
this%solution%boundary_gpu, &
this%solution%extboundary_gpu, &
this%geometry%nhat%boundary_gpu, &
this%geometry%nscale%boundary_gpu, &
this%flux%boundarynormal_gpu, &
this%u,this%v,this%w, &
this%solution%interp%N, &
this%solution%nelem, &
this%solution%nvar)
endsubroutine BoundaryFlux_ECAdvection3D