EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet > Struct Template ReferenceΒΆ
|
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
|
pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet > Struct Template Reference
FACE FLUX kernel for y (dir 1) of the EB transport: analogue of EbFaceFluxXKernel in j. More...
#include <operator.hpp>
Collaboration diagram for pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >:Public Member Functions | |
| POPS_HD void | operator() (int i, int j) const |
Public Attributes | |
| Model | model |
| ConstArray4 | u |
| ConstArray4 | ax |
| Array4 | fy |
| Real | dy |
| Geometry | geom |
| LevelSet | ls |
| Limiter | lim |
| NumericalFlux | nflux |
| bool | recon_prim |
| Real | pos_floor = Real(0) |
| Zhang-Shu positivity limiter (<= 0: inactive, bit-identical) | |
| int | pos_comp = 0 |
| component of the Density role (resolved by the host caller) | |
Detailed Description
template<class Limiter, class NumericalFlux, class Model, class LevelSet>
struct pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >
struct pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >
FACE FLUX kernel for y (dir 1) of the EB transport: analogue of EbFaceFluxXKernel in j.
Stores alpha_y * Fy at the face between (i, j-1) and (i, j). NAMED FUNCTOR (device-clean).
Member Function Documentation
◆ operator()()
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
|
inline |
Here is the call graph for this function:Member Data Documentation
◆ ax
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| ConstArray4 pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::ax |
◆ dy
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| Real pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::dy |
◆ fy
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| Array4 pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::fy |
◆ geom
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| Geometry pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::geom |
◆ lim
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| Limiter pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::lim |
◆ ls
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| LevelSet pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::ls |
◆ model
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| Model pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::model |
◆ nflux
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| NumericalFlux pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::nflux |
◆ pos_comp
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| int pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::pos_comp = 0 |
component of the Density role (resolved by the host caller)
◆ pos_floor
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| Real pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::pos_floor = Real(0) |
Zhang-Shu positivity limiter (<= 0: inactive, bit-identical)
◆ recon_prim
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| bool pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::recon_prim |
◆ u
template<class Limiter , class NumericalFlux , class Model , class LevelSet >
| ConstArray4 pops::detail::EbFaceFluxYKernel< Limiter, NumericalFlux, Model, LevelSet >::u |
The documentation for this struct was generated from the following file:
- include/pops/numerics/spatial/embedded_boundary/operator.hpp
Generated by