Neko  0.8.1
A portable framework for high-order spectral element flow simulations
opr_device.F90 File Reference

Go to the source code of this file.

Data Types

interface  opr_device::hip_dudxyz
 
interface  opr_device::hip_cdtp
 
interface  opr_device::hip_conv1
 
interface  opr_device::hip_opgrad
 
interface  opr_device::hip_lambda2
 
interface  opr_device::hip_cfl
 

Modules

module  opr_device
 Operators accelerator backends.
 

Functions/Subroutines

subroutine, public opr_device::opr_device_dudxyz (du, u, dr, ds, dt, coef)
 
subroutine, public opr_device::opr_device_opgrad (ux, uy, uz, u, coef)
 
subroutine, public opr_device::opr_device_lambda2 (lambda2, u, v, w, coef)
 
subroutine, public opr_device::opr_device_cdtp (dtx, x, dr, ds, dt, coef)
 
subroutine, public opr_device::opr_device_conv1 (du, u, vx, vy, vz, Xh, coef, nelv, gdim)
 
subroutine, public opr_device::opr_device_curl (w1, w2, w3, u1, u2, u3, work1, work2, c_Xh)
 
real(kind=rp) function, public opr_device::opr_device_cfl (dt, u, v, w, Xh, coef, nelv, gdim)