Neko  0.8.99
A portable framework for high-order spectral element flow simulations
tensor.c File Reference
#include <CL/cl.h>
#include <stdio.h>
#include <device/device_config.h>
#include <device/opencl/jit.h>
#include <device/opencl/prgm_lib.h>
#include <device/opencl/check.h>
#include "tensor_kernel.cl.h"
Include dependency graph for tensor.c:

Go to the source code of this file.

Functions

void opencl_tnsr3d (void *v, int *nv, void *u, int *nu, void *A, void *Bt, void *Ct, int *nel)
 
void opencl_tnsr3d_el_list (void *v, int *nv, void *u, int *nu, void *A, void *Bt, void *Ct, int *elements, int *n_points)
 

Function Documentation

◆ opencl_tnsr3d()

void opencl_tnsr3d ( void *  v,
int *  nv,
void *  u,
int *  nu,
void *  A,
void *  Bt,
void *  Ct,
int *  nel 
)

Definition at line 49 of file tensor.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ opencl_tnsr3d_el_list()

void opencl_tnsr3d_el_list ( void *  v,
int *  nv,
void *  u,
int *  nu,
void *  A,
void *  Bt,
void *  Ct,
int *  elements,
int *  n_points 
)

Definition at line 75 of file tensor.c.

Here is the call graph for this function:
Here is the caller graph for this function: