include/pops/numerics/spatial/primitives/positivity.hpp Source File¶
|
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
|
positivity.hpp
Go to the documentation of this file.
Fab2D: single-grid data on a Box2D (in-house equivalent of AMReX's FArrayBox); Array4 / ConstArray4: ...
int positivity_comp(Real pos_floor)
Component of the Density role for the positivity limiter (HOST, resolved once per spatial operator ca...
Definition positivity.hpp:58
Definition amr_hierarchy.hpp:29
@ Density
POPS_HD void zhang_shu_scale(typename Model::State &s, const ConstArray4 &u, int i, int j, Real floor, int pos_comp)
zhang_shu_scale: POSITIVITY limiter on a reconstructed face state – LOCAL ORDER-1 FALLBACK (vacuum-ro...
Definition positivity.hpp:42
Pointwise types of the physics layer: StateVec<N> (conserved state) and Aux (auxiliary fields from th...
READ-only handle (const counterpart of Array4): same layout and same contract (POD device-copyable,...
Definition fab2d.hpp:44
Base scalar types and the POPS_HD macro (host+device portability).
Descriptor of a model's variables (Vars).
Generated by