Souza et al. (2023) entropy-conservative two-point flux on GPU. Fully device-resident.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ESAtmo3D), | intent(inout) | :: | this |
subroutine TwoPointFluxMethod_ESAtmo3D(this)
!! Souza et al. (2023) entropy-conservative two-point flux on GPU.
!! Fully device-resident.
implicit none
class(ESAtmo3D),intent(inout) :: this
call twopointfluxmethod_esatmo3d_gpu( &
this%twoPointFlux%interior_gpu, &
this%solution%interior_gpu, &
this%geometry%dsdx%interior_gpu, &
this%p0,this%Rd,this%cp/this%cv, &
this%solution%interp%N, &
this%solution%nvar, &
this%solution%nelem)
endsubroutine TwoPointFluxMethod_ESAtmo3D