#include <MUSCL.H>
|
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE int | NGhost () const |
| |
| template<class Phi > |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::Scalar | Slope (Phi const &phi, int ilo, int jlo, int klo, int ic, int jc, int kc, int ihi, int jhi, int khi, int comp) const |
| |
| template<class Phi , class Velocity > |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::Scalar | operator() (Phi const &phi, Velocity const &velocity, int i, int j, int k, int comp, const Set::Scalar *DX, Options options={}, std::array< Numeric::StencilType, AMREX_SPACEDIM > stencil=Numeric::DefaultType) const |
| |
| template<class Phi , class Velocity > |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::Scalar | Scalar (Phi const &phi, Velocity const &velocity, int i, int j, int k, int comp, const Set::Scalar *DX, Options options={}, std::array< Numeric::StencilType, AMREX_SPACEDIM > stencil=Numeric::DefaultType) const |
| |
Definition at line 43 of file MUSCL.H.
◆ NGhost()
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE int Numeric::Advect::MUSCL::NGhost |
( |
| ) |
const |
|
inline |
◆ operator()()
template<class Phi , class Velocity >
◆ Parse()
◆ Scalar()
template<class Phi , class Velocity >
◆ Slope()
template<class Phi >
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::Scalar Numeric::Advect::MUSCL::Slope |
( |
Phi const & |
phi, |
|
|
int |
ilo, |
|
|
int |
jlo, |
|
|
int |
klo, |
|
|
int |
ic, |
|
|
int |
jc, |
|
|
int |
kc, |
|
|
int |
ihi, |
|
|
int |
jhi, |
|
|
int |
khi, |
|
|
int |
comp |
|
) |
| const |
|
inline |
◆ limiter
◆ name
| constexpr const char* Numeric::Advect::MUSCL::name = "muscl" |
|
staticconstexpr |
◆ phi_location
◆ velocity_location
The documentation for this class was generated from the following file: