Neko  0.8.1
A portable framework for high-order spectral element flow simulations
device_projection Module Reference

Interface for device projection. More...

Data Types

interface  hip_project_on
 
interface  hip_project_ortho
 

Functions/Subroutines

subroutine device_proj_on (alpha_d, b_d, x_d_d, b_d_d, mult_d, xbar_d, j, n)
 
subroutine device_project_ortho (alpha_d, b_d, x_d_d, b_d_d, w_d, xm_d, j, n, nrm)
 

Detailed Description

Interface for device projection.

Note
Requires device MPI

Function/Subroutine Documentation

◆ device_proj_on()

subroutine device_projection::device_proj_on ( type(c_ptr), value  alpha_d,
type(c_ptr), value  b_d,
type(c_ptr), value  x_d_d,
type(c_ptr), value  b_d_d,
type(c_ptr), value  mult_d,
type(c_ptr), value  xbar_d,
integer(c_int)  j,
integer(c_int)  n 
)

Definition at line 95 of file device_projection.F90.

Here is the call graph for this function:

◆ device_project_ortho()

subroutine device_projection::device_project_ortho ( type(c_ptr), value  alpha_d,
type(c_ptr), value  b_d,
type(c_ptr), value  x_d_d,
type(c_ptr), value  b_d_d,
type(c_ptr), value  w_d,
type(c_ptr), value  xm_d,
integer(c_int)  j,
integer(c_int)  n,
real(c_rp)  nrm 
)

Definition at line 108 of file device_projection.F90.

Here is the call graph for this function: