Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
pnpn_res_cpu Module Reference

Residuals in the Pn-Pn formulation (CPU version)

Data Types

type  pnpn_prs_res_cpu_t
 
type  pnpn_vel_res_cpu_t
 

Functions/Subroutines

subroutine pnpn_prs_res_cpu_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_cpu_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_cpu_compute()

subroutine pnpn_res_cpu::pnpn_prs_res_cpu_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(in u_e,
type(field_t), intent(in v_e,
type(field_t), intent(in w_e,
type(field_t), intent(in f_x,
type(field_t), intent(in f_y,
type(field_t), intent(in f_z,
type(coef_t), intent(inout c_xh,
type(gs_t), intent(inout gs_xh,
type(facet_normal_t), intent(in bc_prs_surface,
type(facet_normal_t), intent(in bc_sym_surface,
class(ax_t), intent(inout ax,
real(kind=rp), intent(in bd,
real(kind=rp), intent(in dt,
type(field_t), intent(in mu,
type(field_t), intent(in rho 
)

Definition at line 30 of file pnpn_res_cpu.f90.

Here is the call graph for this function:

◆ pnpn_vel_res_cpu_compute()

subroutine pnpn_res_cpu::pnpn_vel_res_cpu_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(in f_x,
type(field_t), intent(in f_y,
type(field_t), intent(in 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 137 of file pnpn_res_cpu.f90.

Here is the call graph for this function: