Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
pnpn_res.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 "pnpn_res_kernel.cl.h"
Include dependency graph for pnpn_res.c:

Go to the source code of this file.

Functions

void pnpn_prs_res_part1_opencl (void *ta1, void *ta2, void *ta3, void *wa1, void *wa2, void *wa3, void *f_u, void *f_v, void *f_w, void *B, void *h1, real *mu, real *rho, int *n)
 
void pnpn_prs_res_part2_opencl (void *p_res, void *wa1, void *wa2, void *wa3, int *n)
 
void pnpn_prs_res_part3_opencl (void *p_res, void *ta1, void *ta2, void *ta3, real *dtbd, int *n)
 
void pnpn_vel_res_update_opencl (void *u_res, void *v_res, void *w_res, void *ta1, void *ta2, void *ta3, void *f_u, void *f_v, void *f_w, int *n)
 

Function Documentation

◆ pnpn_prs_res_part1_opencl()

void pnpn_prs_res_part1_opencl ( void ta1,
void ta2,
void ta3,
void wa1,
void wa2,
void wa3,
void f_u,
void f_v,
void f_w,
void B,
void h1,
real mu,
real rho,
int n 
)

Definition at line 44 of file pnpn_res.c.

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

◆ pnpn_prs_res_part2_opencl()

void pnpn_prs_res_part2_opencl ( void p_res,
void wa1,
void wa2,
void wa3,
int n 
)

Definition at line 82 of file pnpn_res.c.

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

◆ pnpn_prs_res_part3_opencl()

void pnpn_prs_res_part3_opencl ( void p_res,
void ta1,
void ta2,
void ta3,
real dtbd,
int n 
)

Definition at line 108 of file pnpn_res.c.

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

◆ pnpn_vel_res_update_opencl()

void pnpn_vel_res_update_opencl ( void u_res,
void v_res,
void w_res,
void ta1,
void ta2,
void ta3,
void f_u,
void f_v,
void f_w,
int n 
)

Definition at line 135 of file pnpn_res.c.

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