Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Operators libxsmm backend.
Functions/Subroutines | |
subroutine, public | opr_xsmm_dudxyz (du, u, dr, ds, dt, coef) |
subroutine, public | opr_xsmm_opgrad (ux, uy, uz, u, coef) |
subroutine | local_grad3_xsmm (ur, us, ut, u, n, D, Dt) |
subroutine | local_grad2 (ur, us, u, n, D, Dt) |
subroutine, public | opr_xsmm_cdtp (dtx, x, dr, ds, dt, coef) |
subroutine, public | opr_xsmm_conv1 (du, u, vx, vy, vz, Xh, coef, nelv, gdim) |
subroutine, public | opr_xsmm_convect_scalar (du, u, c, Xh_GLL, Xh_GL, coef_GLL, coef_GL, GLL_to_GL) |
subroutine, public | opr_xsmm_curl (w1, w2, w3, u1, u2, u3, work1, work2, c_Xh) |
subroutine, public | opr_xsmm_set_convect_rst (cr, cs, ct, cx, cy, cz, Xh, coef) |
|
private |
Definition at line 225 of file opr_xsmm.F90.
|
private |
subroutine, public opr_xsmm::opr_xsmm_cdtp | ( | real(kind=rp), dimension(coef%xh%lxyz, coef%msh%nelv), intent(inout) | dtx, |
real(kind=rp), dimension(coef%xh%lxyz, coef%msh%nelv), intent(inout) | x, | ||
real(kind=rp), dimension(coef%xh%lxyz, coef%msh%nelv), intent(in) | dr, | ||
real(kind=rp), dimension(coef%xh%lxyz, coef%msh%nelv), intent(in) | ds, | ||
real(kind=rp), dimension(coef%xh%lxyz, coef%msh%nelv), intent(in) | dt, | ||
type(coef_t), intent(in) | coef | ||
) |
Definition at line 241 of file opr_xsmm.F90.
subroutine, public opr_xsmm::opr_xsmm_conv1 | ( | real(kind=rp), dimension(xh%lxyz, nelv), intent(inout) | du, |
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, nelv), intent(inout) | u, | ||
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, nelv), intent(inout) | vx, | ||
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, nelv), intent(inout) | vy, | ||
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, nelv), intent(inout) | vz, | ||
type(space_t), intent(in) | Xh, | ||
type(coef_t), intent(in) | coef, | ||
integer, intent(in) | nelv, | ||
integer, intent(in) | gdim | ||
) |
Definition at line 296 of file opr_xsmm.F90.
subroutine, public opr_xsmm::opr_xsmm_convect_scalar | ( | real(kind=rp), dimension(xh_gll%lx, xh_gll%ly, xh_gll%lz, coef_gl%msh%nelv), intent(inout) | du, |
real(kind=rp), dimension(xh_gl%lxyz, coef_gl%msh%nelv), intent(inout) | u, | ||
real(kind=rp), dimension(xh_gl%lxyz, coef_gl%msh%nelv, 3), intent(inout) | c, | ||
type(space_t), intent(in) | Xh_GLL, | ||
type(space_t), intent(in) | Xh_GL, | ||
type(coef_t), intent(in) | coef_GLL, | ||
type(coef_t), intent(in) | coef_GL, | ||
type(interpolator_t), intent(inout) | GLL_to_GL | ||
) |
subroutine, public opr_xsmm::opr_xsmm_curl | ( | type(field_t), intent(inout) | w1, |
type(field_t), intent(inout) | w2, | ||
type(field_t), intent(inout) | w3, | ||
type(field_t), intent(inout) | u1, | ||
type(field_t), intent(inout) | u2, | ||
type(field_t), intent(inout) | u3, | ||
type(field_t), intent(inout) | work1, | ||
type(field_t), intent(inout) | work2, | ||
type(coef_t), intent(in) | c_Xh | ||
) |
subroutine, public opr_xsmm::opr_xsmm_dudxyz | ( | real(kind=rp), dimension(coef%xh%lx, coef%xh%ly, coef%xh%lz, coef%msh%nelv), intent(inout) | du, |
real(kind=rp), dimension(coef%xh%lx, coef%xh%ly, coef%xh%lz, coef%msh%nelv), intent(in) | u, | ||
real(kind=rp), dimension(coef%xh%lx, coef%xh%ly, coef%xh%lz, coef%msh%nelv), intent(in) | dr, | ||
real(kind=rp), dimension(coef%xh%lx, coef%xh%ly, coef%xh%lz, coef%msh%nelv), intent(in) | ds, | ||
real(kind=rp), dimension(coef%xh%lx, coef%xh%ly, coef%xh%lz, coef%msh%nelv), intent(in) | dt, | ||
type(coef_t), intent(in), target | coef | ||
) |
Definition at line 91 of file opr_xsmm.F90.
subroutine, public opr_xsmm::opr_xsmm_opgrad | ( | real(kind=rp), dimension(coef%xh%lxyz, coef%msh%nelv), intent(inout) | ux, |
real(kind=rp), dimension(coef%xh%lxyz, coef%msh%nelv), intent(inout) | uy, | ||
real(kind=rp), dimension(coef%xh%lxyz, coef%msh%nelv), intent(inout) | uz, | ||
real(kind=rp), dimension(coef%xh%lxyz, coef%msh%nelv), intent(in) | u, | ||
type(coef_t), intent(in) | coef | ||
) |
Definition at line 145 of file opr_xsmm.F90.
subroutine, public opr_xsmm::opr_xsmm_set_convect_rst | ( | real(kind=rp), dimension(xh%lxyz, coef%msh%nelv), intent(inout) | cr, |
real(kind=rp), dimension(xh%lxyz, coef%msh%nelv), intent(inout) | cs, | ||
real(kind=rp), dimension(xh%lxyz, coef%msh%nelv), intent(inout) | ct, | ||
real(kind=rp), dimension(xh%lxyz, coef%msh%nelv), intent(in) | cx, | ||
real(kind=rp), dimension(xh%lxyz, coef%msh%nelv), intent(in) | cy, | ||
real(kind=rp), dimension(xh%lxyz, coef%msh%nelv), intent(in) | cz, | ||
type(space_t), intent(inout) | Xh, | ||
type(coef_t), intent(inout) | coef | ||
) |
Definition at line 466 of file opr_xsmm.F90.