Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Data Types | |
interface | hip_tnsr3d_el_list |
interface | hip_tnsr3d |
Functions/Subroutines | |
subroutine, public | tnsr3d_device (v_d, nv, u_d, nu, A_d, Bt_d, Ct_d, nelv) |
subroutine, public | tnsr3d_el_list_device (v_d, nv, u_d, nu, A_d, Bt_d, Ct_d, elements, n_points) |
subroutine, public tensor_device::tnsr3d_device | ( | type(c_ptr) | v_d, |
integer(c_int) | nv, | ||
type(c_ptr) | u_d, | ||
integer(c_int) | nu, | ||
type(c_ptr) | A_d, | ||
type(c_ptr) | Bt_d, | ||
type(c_ptr) | Ct_d, | ||
integer(c_int) | nelv | ||
) |
Definition at line 95 of file tensor_device.F90.
subroutine, public tensor_device::tnsr3d_el_list_device | ( | type(c_ptr) | v_d, |
integer(c_int) | nv, | ||
type(c_ptr) | u_d, | ||
integer(c_int) | nu, | ||
type(c_ptr) | A_d, | ||
type(c_ptr) | Bt_d, | ||
type(c_ptr) | Ct_d, | ||
type(c_ptr) | elements, | ||
integer(c_int) | n_points | ||
) |
Definition at line 109 of file tensor_device.F90.