Neko
0.8.99
A portable framework for high-order spectral element flow simulations
|
Tensor operations libxsmm backend.
Functions/Subroutines | |
subroutine, public | tnsr2d_el_xsmm (v, nv, u, nu, A, Bt) |
subroutine, public | tnsr3d_el_xsmm (v, nv, u, nu, A, Bt, Ct) |
subroutine, public | tnsr3d_xsmm (v, nv, u, nu, A, Bt, Ct, nelv) |
subroutine, public | tnsr1_3d_xsmm (v, nv, nu, A, Bt, Ct, nelv) |
subroutine, public tensor_xsmm::tnsr1_3d_xsmm | ( | real(kind=rp), dimension(nv*nv*nv*nelv), intent(inout) | v, |
integer, intent(in) | nv, | ||
integer, intent(in) | nu, | ||
real(kind=rp), dimension(nv,nu), intent(inout) | A, | ||
real(kind=rp), dimension(nu, nv), intent(inout) | Bt, | ||
real(kind=rp), dimension(nu,nv), intent(inout) | Ct, | ||
integer, intent(in) | nelv | ||
) |
Definition at line 122 of file tensor_xsmm.F90.
subroutine, public tensor_xsmm::tnsr2d_el_xsmm | ( | real(kind=rp), dimension(nv*nv), intent(inout) | v, |
integer, intent(in) | nv, | ||
real(kind=rp), dimension(nu*nu), intent(inout) | u, | ||
integer, intent(in) | nu, | ||
real(kind=rp), dimension(nv,nu), intent(inout) | A, | ||
real(kind=rp), dimension(nu,nv), intent(inout) | Bt | ||
) |
Definition at line 71 of file tensor_xsmm.F90.
subroutine, public tensor_xsmm::tnsr3d_el_xsmm | ( | real(kind=rp), dimension(nv*nv*nv), intent(inout) | v, |
integer, intent(in) | nv, | ||
real(kind=rp), dimension(nu*nu*nu), intent(inout) | u, | ||
integer, intent(in) | nu, | ||
real(kind=rp), dimension(nv,nu), intent(inout) | A, | ||
real(kind=rp), dimension(nu, nv), intent(inout) | Bt, | ||
real(kind=rp), dimension(nu,nv), intent(inout) | Ct | ||
) |
Definition at line 82 of file tensor_xsmm.F90.
subroutine, public tensor_xsmm::tnsr3d_xsmm | ( | real(kind=rp), dimension(nv*nv*nv,nelv), intent(inout) | v, |
integer, intent(inout) | nv, | ||
real(kind=rp), dimension(nu*nu*nu,nelv), intent(inout) | u, | ||
integer, intent(inout) | nu, | ||
real(kind=rp), dimension(nv,nu), intent(inout) | A, | ||
real(kind=rp), dimension(nu, nv), intent(inout) | Bt, | ||
real(kind=rp), dimension(nu,nv), intent(inout) | Ct, | ||
integer, intent(inout) | nelv | ||
) |
Definition at line 101 of file tensor_xsmm.F90.