![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shammodels/ramses/SolverConfig.hpp"#include "shamrock/io/json_print_diff.hpp"#include "shamrock/io/json_std_optional.hpp"#include "shamrock/io/json_utils.hpp"#include "shamrock/io/units_json.hpp"
Include dependency graph for SolverConfig.cpp:Go to the source code of this file.
Namespaces | |
| namespace | shammodels |
| namespace for models | |
| namespace | shammodels::basegodunov |
| namespace for the basegodunov model | |
Functions | |
| template<class Tvec , class TgridVec > | |
| void | shammodels::basegodunov::to_json (nlohmann::json &j, const SolverConfig< Tvec, TgridVec > &p) |
| Serialize a SolverConfig to a JSON object. | |
| template<class Tvec , class TgridVec > | |
| void | shammodels::basegodunov::from_json (const nlohmann::json &j, SolverConfig< Tvec, TgridVec > &p) |
| Deserializes a SolverConfig object from a JSON object. | |
| template void | shammodels::basegodunov::to_json< f64_3, i64_3 > (nlohmann::json &j, const SolverConfig< f64_3, i64_3 > &p) |
| template void | shammodels::basegodunov::from_json< f64_3, i64_3 > (const nlohmann::json &j, SolverConfig< f64_3, i64_3 > &p) |
Definition in file SolverConfig.cpp.