|
Neko 1.99.4
A portable framework for high-order spectral element flow simulations
|
#include <cuda_runtime.h>#include <device/device_config.h>#include <device/cuda/check.h>#include "ale_kinematics_kernel.h"Go to the source code of this file.
Functions | |
| void | add_kinematics_to_mesh_velocity_cuda (void *wx, void *wy, void *wz, void *x_ref, void *y_ref, void *z_ref, void *phi, void *x, void *y, void *z, kinematics_params_t kin_params, int n) |
| void | compute_cheap_dist_cuda (void *d_d, void *x_d, void *y_d, void *z_d, int lx, int ly, int lz, int nel, int local_iters, void *nchange_d) |
| void add_kinematics_to_mesh_velocity_cuda | ( | void * | wx, |
| void * | wy, | ||
| void * | wz, | ||
| void * | x_ref, | ||
| void * | y_ref, | ||
| void * | z_ref, | ||
| void * | phi, | ||
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| kinematics_params_t | kin_params, | ||
| int | n | ||
| ) |
Definition at line 8 of file ale_kinematics.cu.


| void compute_cheap_dist_cuda | ( | void * | d_d, |
| void * | x_d, | ||
| void * | y_d, | ||
| void * | z_d, | ||
| int | lx, | ||
| int | ly, | ||
| int | lz, | ||
| int | nel, | ||
| int | local_iters, | ||
| void * | nchange_d | ||
| ) |
Fortran wrapper for compute_cheap_dist
Definition at line 32 of file ale_kinematics.cu.

