Neko 1.99.2
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
compressible_ops_update.cu File Reference
#include <stdio.h>
#include <stdlib.h>
#include <cuda.h>
#include <cuda_runtime.h>
#include <cublas.h>
#include <device/device_config.h>
#include <device/cuda/check.h>
#include <fluid/bcknd/device/cuda/compressible_ops_kernel.h>

Go to the source code of this file.

Functions

void cuda_update_uvw (void *u, void *v, void *w, void *m_x, void *m_y, void *m_z, void *rho, int *n)
 
void cuda_update_mxyz_p_ruvw (void *m_x, void *m_y, void *m_z, void *p, void *ruvw, void *u, void *v, void *w, void *E, void *rho, real *gamma, int *n)
 
void cuda_update_e (void *E, void *p, void *ruvw, real *gamma, int *n)
 

Function Documentation

◆ cuda_update_e()

void cuda_update_e ( void E,
void p,
void ruvw,
real gamma,
int n 
)

Definition at line 82 of file compressible_ops_update.cu.

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

◆ cuda_update_mxyz_p_ruvw()

void cuda_update_mxyz_p_ruvw ( void m_x,
void m_y,
void m_z,
void p,
void ruvw,
void u,
void v,
void w,
void E,
void rho,
real gamma,
int n 
)

Definition at line 63 of file compressible_ops_update.cu.

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

◆ cuda_update_uvw()

void cuda_update_uvw ( void u,
void v,
void w,
void m_x,
void m_y,
void m_z,
void rho,
int n 
)

Definition at line 46 of file compressible_ops_update.cu.

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