![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Riemann solver 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_RiemannSolverMode.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 | RiemannSolverMode { Rusanov = 0 , HLL = 1 , HLLC = 2 } |
Functions | |
| shammodels::basegodunov::SHAMROCK_JSON_SERIALIZE_ENUM (RiemannSolverMode, {{RiemannSolverMode::Rusanov, "rusanov"}, {RiemannSolverMode::HLL, "hll"}, {RiemannSolverMode::HLLC, "hllc"}}) | |
Riemann solver mode enum + json serialization/deserialization.
Definition in file enum_RiemannSolverMode.hpp.