Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
#include <CL/cl.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <device/device_config.h>
#include <device/opencl/jit.h>
#include <device/opencl/prgm_lib.h>
#include <device/opencl/check.h>
#include <common/neko_log.h>
#include "local_interpolation_kernel.cl.h"
Go to the source code of this file.
Macros | |
#define | STR(X) #X |
#define | CASE(LX) |
Functions | |
void | opencl_find_rst_legendre (void *rst, void *pt_x, void *pt_y, void *pt_z, void *x_hat, void *y_hat, void *z_hat, void *resx, void *resy, void *resz, int *lx, void *el_ids, int *n_pt, real *tol, void *conv_pts) |
void opencl_find_rst_legendre | ( | void * | rst, |
void * | pt_x, | ||
void * | pt_y, | ||
void * | pt_z, | ||
void * | x_hat, | ||
void * | y_hat, | ||
void * | z_hat, | ||
void * | resx, | ||
void * | resy, | ||
void * | resz, | ||
int * | lx, | ||
void * | el_ids, | ||
int * | n_pt, | ||
real * | tol, | ||
void * | conv_pts | ||
) |
Fortran wrapper for local interpolation
Definition at line 55 of file local_interpolation.c.