Neko  0.8.99
A portable framework for high-order spectral element flow simulations
pnpn_res_device Module Reference

Data Types

type  pnpn_prs_res_device_t
 
type  pnpn_vel_res_device_t
 
interface  pnpn_prs_res_part1_hip
 
interface  pnpn_prs_res_part2_hip
 
interface  pnpn_prs_res_part3_hip
 
interface  pnpn_vel_res_update_hip
 

Functions/Subroutines

subroutine pnpn_prs_res_device_compute (p, p_res, u, v, w, u_e, v_e, w_e, f_x, f_y, f_z, c_Xh, gs_Xh, bc_prs_surface, bc_sym_surface, Ax, bd, dt, mu, rho)
 
subroutine pnpn_vel_res_device_compute (Ax, u, v, w, u_res, v_res, w_res, p, f_x, f_y, f_z, c_Xh, msh, Xh, mu, rho, bd, dt, n)
 

Function/Subroutine Documentation

◆ pnpn_prs_res_device_compute()

subroutine pnpn_res_device::pnpn_prs_res_device_compute ( type(field_t), intent(inout)  p,
type(field_t), intent(inout)  p_res,
type(field_t), intent(inout)  u,
type(field_t), intent(inout)  v,
type(field_t), intent(inout)  w,
type(field_t), intent(inout)  u_e,
type(field_t), intent(inout)  v_e,
type(field_t), intent(inout)  w_e,
type(field_t), intent(inout)  f_x,
type(field_t), intent(inout)  f_y,
type(field_t), intent(inout)  f_z,
type(coef_t), intent(inout)  c_Xh,
type(gs_t), intent(inout)  gs_Xh,
type(facet_normal_t), intent(inout)  bc_prs_surface,
type(facet_normal_t), intent(inout)  bc_sym_surface,
class(ax_t), intent(inout)  Ax,
real(kind=rp), intent(inout)  bd,
real(kind=rp), intent(in)  dt,
type(field_t), intent(in)  mu,
type(field_t), intent(in)  rho 
)
private

Definition at line 222 of file pnpn_res_device.F90.

Here is the call graph for this function:

◆ pnpn_vel_res_device_compute()

subroutine pnpn_res_device::pnpn_vel_res_device_compute ( class(ax_t), intent(in)  Ax,
type(field_t), intent(inout)  u,
type(field_t), intent(inout)  v,
type(field_t), intent(inout)  w,
type(field_t), intent(inout)  u_res,
type(field_t), intent(inout)  v_res,
type(field_t), intent(inout)  w_res,
type(field_t), intent(inout)  p,
type(field_t), intent(inout)  f_x,
type(field_t), intent(inout)  f_y,
type(field_t), intent(inout)  f_z,
type(coef_t), intent(inout)  c_Xh,
type(mesh_t), intent(inout)  msh,
type(space_t), intent(inout)  Xh,
type(field_t), intent(in)  mu,
type(field_t), intent(in)  rho,
real(kind=rp), intent(in)  bd,
real(kind=rp), intent(in)  dt,
integer, intent(in)  n 
)
private

Definition at line 343 of file pnpn_res_device.F90.

Here is the call graph for this function: