PolarRhsInto< Limiter, Flux, Model > 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::PolarRhsInto< Limiter, Flux, Model > Struct Template Reference
Frozen polar residual (fill_ghosts + assemble_rhs_polar) installed as the block's rhs_into (eval_rhs). More...
#include <block_builder_polar.hpp>
Collaboration diagram for pops::detail::PolarRhsInto< Limiter, Flux, Model >:Public Member Functions | |
| void | operator() (MultiFab &U, MultiFab &R) const |
Public Attributes | |
| Model | m |
| PolarGridContext | ctx |
| bool | recon_prim |
| bool | wall_radial |
| Real | pos_floor = Real(0) |
| Zhang-Shu positivity limiter (<= 0: inactive, bit-identical) | |
Detailed Description
template<class Limiter, class Flux, class Model>
struct pops::detail::PolarRhsInto< Limiter, Flux, Model >
struct pops::detail::PolarRhsInto< Limiter, Flux, Model >
Frozen polar residual (fill_ghosts + assemble_rhs_polar) installed as the block's rhs_into (eval_rhs).
Member Function Documentation
◆ operator()()
template<class Limiter , class Flux , class Model >
|
inline |
Here is the call graph for this function:Member Data Documentation
◆ ctx
template<class Limiter , class Flux , class Model >
| PolarGridContext pops::detail::PolarRhsInto< Limiter, Flux, Model >::ctx |
◆ m
template<class Limiter , class Flux , class Model >
| Model pops::detail::PolarRhsInto< Limiter, Flux, Model >::m |
◆ pos_floor
template<class Limiter , class Flux , class Model >
| Real pops::detail::PolarRhsInto< Limiter, Flux, Model >::pos_floor = Real(0) |
Zhang-Shu positivity limiter (<= 0: inactive, bit-identical)
◆ recon_prim
template<class Limiter , class Flux , class Model >
| bool pops::detail::PolarRhsInto< Limiter, Flux, Model >::recon_prim |
◆ wall_radial
template<class Limiter , class Flux , class Model >
| bool pops::detail::PolarRhsInto< Limiter, Flux, Model >::wall_radial |
The documentation for this struct was generated from the following file:
- include/pops/runtime/builders/block/block_builder_polar.hpp
Generated by