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

Data Types

type  ax_helm_svv_one_sided_device_t
 Device matrix-vector product for an SVV Helmholtz problem. More...
 
interface  hip_ax_helm_svv_one_sided
 

Functions/Subroutines

subroutine ax_helm_svv_one_sided_device_compute (this, w, u, coef, msh, xh)
 Compute the product.
 

Function/Subroutine Documentation

◆ ax_helm_svv_one_sided_device_compute()

subroutine ax_helm_svv_one_sided_device::ax_helm_svv_one_sided_device_compute ( class(ax_helm_svv_one_sided_device_t), intent(in this,
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout w,
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(in u,
type(coef_t), intent(in coef,
type(mesh_t), intent(in msh,
type(space_t), intent(in xh 
)
private
Parameters
thisDevice SVV Helmholtz operator.
wResult.
uInput field.
coefCoefficients.
mshMesh.
XhFunction space.

Definition at line 100 of file ax_helm_svv_one_sided_device.F90.

Here is the call graph for this function: