Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
compressible_res.hip File Reference
#include <hip/hip_runtime.h>
#include <device/device_config.h>
#include <device/hip/check.h>
#include "compressible_res_kernel.h"

Go to the source code of this file.

Functions

void compressible_res_part_visc_hip (void *rhs_rho, void *rhs_m_x, void *rhs_m_y, void *rhs_m_z, void *rhs_E, void *visc_rho, void *visc_m_x, void *visc_m_y, void *visc_m_z, void *visc_E, void *Binv, void *h1, int *n)
 
void inviscid_res_part_mx_flux_hip (void *f_x, void *f_y, void *f_z, void *m_x, void *m_y, void *m_z, void *rho_field, void *p, int *n)
 
void inviscid_res_part_my_flux_hip (void *f_x, void *f_y, void *f_z, void *m_x, void *m_y, void *m_z, void *rho_field, void *p, int *n)
 
void inviscid_res_part_mz_flux_hip (void *f_x, void *f_y, void *f_z, void *m_x, void *m_y, void *m_z, void *rho_field, void *p, int *n)
 
void inviscid_res_part_E_flux_hip (void *f_x, void *f_y, void *f_z, void *m_x, void *m_y, void *m_z, void *rho_field, void *p, void *E, int *n)
 
void compressible_res_part_coef_mult_hip (void *rhs_rho, void *rhs_m_x, void *rhs_m_y, void *rhs_m_z, void *rhs_E, void *mult, int *n)
 
void compressible_res_part_rk_sum_hip (void *rho, void *m_x, void *m_y, void *m_z, void *E, void *k_rho_i, void *k_m_x_i, void *k_m_y_i, void *k_m_z_i, void *k_E_i, real *dt, real *c, int *n)
 

Function Documentation

◆ compressible_res_part_coef_mult_hip()

void compressible_res_part_coef_mult_hip ( void *  rhs_rho,
void *  rhs_m_x,
void *  rhs_m_y,
void *  rhs_m_z,
void *  rhs_E,
void *  mult,
int *  n 
)

Definition at line 123 of file compressible_res.hip.

Here is the call graph for this function:

◆ compressible_res_part_rk_sum_hip()

void compressible_res_part_rk_sum_hip ( void *  rho,
void *  m_x,
void *  m_y,
void *  m_z,
void *  E,
void *  k_rho_i,
void *  k_m_x_i,
void *  k_m_y_i,
void *  k_m_z_i,
void *  k_E_i,
real *  dt,
real *  c,
int *  n 
)

Definition at line 137 of file compressible_res.hip.

Here is the call graph for this function:

◆ compressible_res_part_visc_hip()

void compressible_res_part_visc_hip ( void *  rhs_rho,
void *  rhs_m_x,
void *  rhs_m_y,
void *  rhs_m_z,
void *  rhs_E,
void *  visc_rho,
void *  visc_m_x,
void *  visc_m_y,
void *  visc_m_z,
void *  visc_E,
void *  Binv,
void *  h1,
int *  n 
)

Definition at line 43 of file compressible_res.hip.

Here is the call graph for this function:

◆ inviscid_res_part_E_flux_hip()

void inviscid_res_part_E_flux_hip ( void *  f_x,
void *  f_y,
void *  f_z,
void *  m_x,
void *  m_y,
void *  m_z,
void *  rho_field,
void *  p,
void *  E,
int *  n 
)

Definition at line 107 of file compressible_res.hip.

Here is the call graph for this function:

◆ inviscid_res_part_mx_flux_hip()

void inviscid_res_part_mx_flux_hip ( void *  f_x,
void *  f_y,
void *  f_z,
void *  m_x,
void *  m_y,
void *  m_z,
void *  rho_field,
void *  p,
int *  n 
)

Definition at line 62 of file compressible_res.hip.

Here is the call graph for this function:

◆ inviscid_res_part_my_flux_hip()

void inviscid_res_part_my_flux_hip ( void *  f_x,
void *  f_y,
void *  f_z,
void *  m_x,
void *  m_y,
void *  m_z,
void *  rho_field,
void *  p,
int *  n 
)

Definition at line 77 of file compressible_res.hip.

Here is the call graph for this function:

◆ inviscid_res_part_mz_flux_hip()

void inviscid_res_part_mz_flux_hip ( void *  f_x,
void *  f_y,
void *  f_z,
void *  m_x,
void *  m_y,
void *  m_z,
void *  rho_field,
void *  p,
int *  n 
)

Definition at line 92 of file compressible_res.hip.

Here is the call graph for this function: