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

Data Types

type  ax_helm_device_t
 
interface  hip_ax_helm
 
interface  hip_ax_helm_vector
 
interface  hip_ax_helm_vector_part2
 

Functions/Subroutines

subroutine ax_helm_device_compute (w, u, coef, msh, Xh)
 
subroutine ax_helm_device_compute_vector (this, au, av, aw, u, v, w, coef, msh, Xh)
 

Function/Subroutine Documentation

◆ ax_helm_device_compute()

subroutine ax_helm_device::ax_helm_device_compute ( 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(inout)  u,
type(coef_t), intent(inout)  coef,
type(mesh_t), intent(inout)  msh,
type(space_t), intent(inout)  Xh 
)
private

Definition at line 150 of file ax_helm_device.F90.

Here is the call graph for this function:

◆ ax_helm_device_compute_vector()

subroutine ax_helm_device::ax_helm_device_compute_vector ( class(ax_helm_device_t), intent(in)  this,
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout)  au,
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout)  av,
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout)  aw,
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout)  u,
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout)  v,
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout)  w,
type(coef_t), intent(inout)  coef,
type(mesh_t), intent(inout)  msh,
type(space_t), intent(inout)  Xh 
)
private

Definition at line 187 of file ax_helm_device.F90.

Here is the call graph for this function: