| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Data Types | |
| interface | hip_tnsr3d | 
| interface | hip_tnsr3d_el_list | 
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.

