Neko  0.9.0
A portable framework for high-order spectral element flow simulations
ax_helm_full_device Module Reference

Data Types

type  ax_helm_full_device_t
 
interface  hip_ax_helm_stress_vector
 
interface  hip_ax_helm_stress_vector_part2
 

Functions/Subroutines

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

Function/Subroutine Documentation

◆ ax_helm_full_device_compute_vector()

subroutine ax_helm_full_device::ax_helm_full_device_compute_vector ( class(ax_helm_full_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 121 of file ax_helm_full_device.F90.

Here is the call graph for this function: