WARPXM v1.10.0
Loading...
Searching...
No Matches
glm_helper.h File Reference
#include "warpxm/warpxm_config.h"
#include "apps/wmapplication.h"

Go to the source code of this file.

Functions

void imhd_glm_internal_flux (const real c_h, const solverVariables_t *pSV, const real *q, std::vector< std::vector< real > > &internalFlux)
 
void imhd_glm_numerical_flux (const real c_h, const real *q_l, const real *q_r, const real *aux_l, const real *aux_r, const solverVariables_t *pFV, real *numericalFlux)
 
real calc_Bxm (const real *r_q_l, const real *r_q_r, real c_h)
 

Function Documentation

◆ calc_Bxm()

real calc_Bxm ( const real r_q_l,
const real r_q_r,
real  c_h 
)

◆ imhd_glm_internal_flux()

void imhd_glm_internal_flux ( const real  c_h,
const solverVariables_t pSV,
const real q,
std::vector< std::vector< real > > &  internalFlux 
)

◆ imhd_glm_numerical_flux()

void imhd_glm_numerical_flux ( const real  c_h,
const real q_l,
const real q_r,
const real aux_l,
const real aux_r,
const solverVariables_t pFV,
real numericalFlux 
)