include/pops/core/state/aux_names.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
|
aux_names.hpp
Go to the documentation of this file.
#define POPS_AUX_NAME_ENTRY(name, idx)
Definition amr_hierarchy.hpp:29
constexpr int aux_canonical_index(std::string_view name)
Component of the CANONICAL aux field name, or -1 if name is not a canonical field (it may then be a m...
Definition aux_names.hpp:36
constexpr std::string_view aux_canonical_name(int comp)
Inverse: CANONICAL name of component comp, or an empty view if comp is not a canonical component (e....
Definition aux_names.hpp:45
constexpr std::pair< std::string_view, int > kAuxCanonicalNames[]
CANONICAL aux name -> component table (mirror of AUX_CANONICAL on the DSL side).
Definition aux_names.hpp:25
Pointwise types of the physics layer: StateVec<N> (conserved state) and Aux (auxiliary fields from th...
#define POPS_AUX_FIELDS(X)
SINGLE SOURCE of the layout of the EXTRA aux fields (X-macro).
Definition state.hpp:92
Generated by