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

Go to the source code of this file.

Functions

void hip_update_uvw (void *u, void *v, void *w, void *m_x, void *m_y, void *m_z, void *rho, int *n)
 
void hip_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 hip_update_e (void *E, void *p, void *ruvw, real *gamma, int *n)
 

Function Documentation

◆ hip_update_e()

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

Definition at line 82 of file compressible_ops_update.hip.

Here is the call graph for this function:

◆ hip_update_mxyz_p_ruvw()

void hip_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 62 of file compressible_ops_update.hip.

Here is the call graph for this function:

◆ hip_update_uvw()

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

Definition at line 44 of file compressible_ops_update.hip.

Here is the call graph for this function: