RhsInto< Limiter, Flux, Model > Struct Template ReferenceΒΆ

adc_cpp: pops::detail::RhsInto< 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::RhsInto< Limiter, Flux, Model > Struct Template Reference

#include <block_builder.hpp>

+ Collaboration diagram for pops::detail::RhsInto< Limiter, Flux, Model >:

Public Member Functions

void operator() (MultiFab &U, MultiFab &R) const
 

Public Attributes

Model m
 
GridContext ctx
 
bool recon_prim
 
Real pos_floor = Real(0)
 Zhang-Shu positivity limiter (<= 0: inactive, bit-identical)
 
std::shared_ptr< MultiFabws_cache
 HLL wave speed cache (opt-in); nullptr -> per-face path.
 

Member Function Documentation

◆ operator()()

template<class Limiter , class Flux , class Model >
void pops::detail::RhsInto< Limiter, Flux, Model >::operator() ( MultiFab U,
MultiFab R 
) const
inline

Member Data Documentation

◆ ctx

template<class Limiter , class Flux , class Model >
GridContext pops::detail::RhsInto< Limiter, Flux, Model >::ctx

◆ m

template<class Limiter , class Flux , class Model >
Model pops::detail::RhsInto< Limiter, Flux, Model >::m

◆ pos_floor

template<class Limiter , class Flux , class Model >
Real pops::detail::RhsInto< 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::RhsInto< Limiter, Flux, Model >::recon_prim

◆ ws_cache

template<class Limiter , class Flux , class Model >
std::shared_ptr<MultiFab> pops::detail::RhsInto< Limiter, Flux, Model >::ws_cache

HLL wave speed cache (opt-in); nullptr -> per-face path.


The documentation for this struct was generated from the following file: