![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Slope mode enum + json serialization/deserialization. More...
#include "shambase/exception.hpp"#include "nlohmann/json.hpp"#include "shamrock/io/json_utils.hpp"
Include dependency graph for enum_SlopeMode.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shammodels |
| namespace for models | |
| namespace | shammodels::basegodunov |
| namespace for the basegodunov model | |
Enumerations | |
| enum | shammodels::basegodunov::SlopeMode { None = 0 , VanLeer_f = 1 , VanLeer_std = 2 , VanLeer_sym = 3 , Minmod = 4 } |
| Slope limiter modes. More... | |
Functions | |
| shammodels::basegodunov::SHAMROCK_JSON_SERIALIZE_ENUM (SlopeMode, {{SlopeMode::None, "none"}, {SlopeMode::VanLeer_f, "vanleer_f"}, {SlopeMode::VanLeer_std, "vanleer_std"}, {SlopeMode::VanLeer_sym, "vanleer_sym"}, {SlopeMode::Minmod, "minmod"}}) | |
Slope mode enum + json serialization/deserialization.
Definition in file enum_SlopeMode.hpp.