![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Gravity 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_GravityMode.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 | GravityMode { NoGravity = 0 , CG = 1 , PCG = 2 , BICGSTAB = 3 , MULTIGRID = 4 } |
Gravity mode enum + json serialization/deserialization.
Definition in file enum_GravityMode.hpp.