WARPXM v1.10.0
Loading...
Searching...
No Matches
glm_helper.h
Go to the documentation of this file.
1#pragma once
2
3#include "warpxm/warpxm_config.h"
5
7 const solverVariables_t* pSV,
8 const real* q,
9 std::vector<std::vector<real>>& internalFlux);
10
12 const real* q_l,
13 const real* q_r,
14 const real* aux_l,
15 const real* aux_r,
16 const solverVariables_t* pFV,
17 real* numericalFlux);
18
19real calc_Bxm(const real* r_q_l, const real* r_q_r, real c_h);
void imhd_glm_internal_flux(const real c_h, const solverVariables_t *pSV, const real *q, std::vector< std::vector< real > > &internalFlux)
real calc_Bxm(const real *r_q_l, const real *r_q_r, real c_h)
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)
Definition: wmapplication.h:38
#define real
Definition: wmoclunstructuredreconstruction.h:11