Contravariant EC two-point flux on GPU — fully device-resident.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ECAdvection3D), | intent(inout) | :: | this |
subroutine TwoPointFluxMethod_ECAdvection3D(this)
!! Contravariant EC two-point flux on GPU — fully device-resident.
implicit none
class(ECAdvection3D),intent(inout) :: this
call twopointfluxmethod_ecadvection3d_gpu( &
this%twoPointFlux%interior_gpu, &
this%solution%interior_gpu, &
this%geometry%dsdx%interior_gpu, &
this%u,this%v,this%w, &
this%solution%interp%N, &
this%solution%nvar, &
this%solution%nelem)
endsubroutine TwoPointFluxMethod_ECAdvection3D