#include <HLLFlux.hpp>
|
| template<typename GasModelT > |
| MFEM_HOST_DEVICE mfem::real_t | ComputeVolumeFlux (const GasModelT &gasModel, const mfem::real_t *q1, const mfem::real_t *q2, const mfem::real_t *met1, const mfem::real_t *met2, mfem::real_t *F_tilde) const |
| |
| template<typename GasModelT > |
| MFEM_HOST_DEVICE mfem::real_t | ComputeFaceFlux (const GasModelT &gasModel, const mfem::real_t *qminus, const mfem::real_t *qplus, const mfem::real_t *nor, mfem::real_t *flux) const |
| |
◆ ComputeFaceFlux()
template<typename GasModelT >
| MFEM_HOST_DEVICE mfem::real_t Theseus::HLLFlux::InviscidFlux::ComputeFaceFlux |
( |
const GasModelT & |
gasModel, |
|
|
const mfem::real_t * |
qminus, |
|
|
const mfem::real_t * |
qplus, |
|
|
const mfem::real_t * |
nor, |
|
|
mfem::real_t * |
flux |
|
) |
| const |
|
inline |
◆ ComputeVolumeFlux()
template<typename GasModelT >
| MFEM_HOST_DEVICE mfem::real_t Theseus::HLLFlux::InviscidFlux::ComputeVolumeFlux |
( |
const GasModelT & |
gasModel, |
|
|
const mfem::real_t * |
q1, |
|
|
const mfem::real_t * |
q2, |
|
|
const mfem::real_t * |
met1, |
|
|
const mfem::real_t * |
met2, |
|
|
mfem::real_t * |
F_tilde |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: