Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Data Types | |
interface | hip_find_rst_legendre |
Functions/Subroutines | |
subroutine, public | device_find_rst_legendre (rst_d, pt_x_d, pt_y_d, pt_z_d, x_hat_d, y_hat_d, z_hat_d, resx_d, resy_d, resz_d, lx, el_ids_d, n_pts, tol, conv_pts_d) |
subroutine, public device_local_interpolation::device_find_rst_legendre | ( | type(c_ptr) | rst_d, |
type(c_ptr) | pt_x_d, | ||
type(c_ptr) | pt_y_d, | ||
type(c_ptr) | pt_z_d, | ||
type(c_ptr) | x_hat_d, | ||
type(c_ptr) | y_hat_d, | ||
type(c_ptr) | z_hat_d, | ||
type(c_ptr) | resx_d, | ||
type(c_ptr) | resy_d, | ||
type(c_ptr) | resz_d, | ||
integer | lx, | ||
type(c_ptr) | el_ids_d, | ||
integer | n_pts, | ||
real(kind=c_rp) | tol, | ||
type(c_ptr) | conv_pts_d | ||
) |
Definition at line 104 of file device_local_interpolation.F90.