|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
Data Types | |
| type | ax_helm_xsmm_t |
Functions/Subroutines | |
| subroutine | ax_helm_xsmm_compute (this, w, u, coef, msh, xh) |
| subroutine ax_helm_xsmm::ax_helm_xsmm_compute | ( | class(ax_helm_xsmm_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 | ||
| ) |