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

Go to the source code of this file.

Data Types

type  rhs_maker_device::rhs_maker_sumab_device_t
 
type  rhs_maker_device::rhs_maker_ext_device_t
 
type  rhs_maker_device::rhs_maker_bdf_device_t
 
interface  rhs_maker_device::rhs_maker_sumab_hip
 
interface  rhs_maker_device::rhs_maker_ext_hip
 
interface  rhs_maker_device::scalar_rhs_maker_ext_hip
 
interface  rhs_maker_device::rhs_maker_bdf_hip
 
interface  rhs_maker_device::scalar_rhs_maker_bdf_hip
 

Modules

module  rhs_maker_device
 

Functions/Subroutines

subroutine rhs_maker_device::rhs_maker_sumab_device (u, v, w, uu, vv, ww, uulag, vvlag, wwlag, ab, nab)
 
subroutine rhs_maker_device::rhs_maker_ext_device (fx_lag, fy_lag, fz_lag, fx_laglag, fy_laglag, fz_laglag, fx, fy, fz, rho, ext_coeffs, n)
 
subroutine rhs_maker_device::scalar_rhs_maker_ext_device (fs_lag, fs_laglag, fs, rho, ext_coeffs, n)
 
subroutine rhs_maker_device::rhs_maker_bdf_device (ulag, vlag, wlag, bfx, bfy, bfz, u, v, w, B, rho, dt, bd, nbd, n)
 
subroutine rhs_maker_device::scalar_rhs_maker_bdf_device (s_lag, fs, s, B, rho, dt, bd, nbd, n)