![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/exception.hpp"#include "config/AVConfig.hpp"#include "config/BCConfig.hpp"#include "shambackends/math.hpp"#include "shambackends/typeAliasVec.hpp"#include "shambackends/type_traits.hpp"#include "shambackends/vec.hpp"#include "shamcomm/worldInfo.hpp"#include "shammath/sphkernels.hpp"#include "shammodels/common/EOSConfig.hpp"#include "shammodels/common/ExtForceConfig.hpp"#include "shammodels/sph/config/MHDConfig.hpp"#include "shamrock/experimental_features.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 "shamrock/patch/PatchDataLayerLayout.hpp"#include "shamrock/scheduler/PatchScheduler.hpp"#include "shamsys/NodeInstance.hpp"#include "shamsys/legacy/log.hpp"#include "shamtree/CompressedLeafBVH.hpp"#include "shamtree/RadixTree.hpp"#include <shamunits/Constants.hpp>#include <shamunits/UnitSystem.hpp>#include <variant>#include <vector>
Include dependency graph for SolverConfig.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::sph |
| namespace for the sph model | |
Functions | |
| template<class Tscal > | |
| void | shammodels::sph::to_json (nlohmann::json &j, const CFLConfig< Tscal > &p) |
| Converts a CFLConfig object to a JSON object. | |
| template<class Tscal > | |
| void | shammodels::sph::from_json (const nlohmann::json &j, CFLConfig< Tscal > &p) |
| Deserializes a CFLConfig object from a JSON object. | |
| template<class Tvec > | |
| void | shammodels::sph::to_json (nlohmann::json &j, const SolverStatusVar< Tvec > &p) |
| Converts a SolverStatusVar object to a JSON object. | |
| template<class Tvec > | |
| void | shammodels::sph::from_json (const nlohmann::json &j, SolverStatusVar< Tvec > &p) |
| Deserializes a SolverStatusVar object from a JSON object. | |
| template<class Tvec > | |
| void | shammodels::sph::to_json (nlohmann::json &j, const ParticleKillingConfig< Tvec > &p) |
| template<class Tvec > | |
| void | shammodels::sph::from_json (const nlohmann::json &j, ParticleKillingConfig< Tvec > &p) |
| void | shammodels::sph::to_json (nlohmann::json &j, const SmoothingLengthConfig &p) |
| void | shammodels::sph::from_json (const nlohmann::json &j, SmoothingLengthConfig &p) |
| void | shammodels::sph::to_json (nlohmann::json &j, const SelfGravConfig &p) |
| JSON serialization for SelfGravConfig. | |
| void | shammodels::sph::from_json (const nlohmann::json &j, SelfGravConfig &p) |
| JSON deserialization for SelfGravConfig. | |
| template<class Tvec , template< class > class SPHKernel> | |
| void | shammodels::sph::to_json (nlohmann::json &j, const SolverConfig< Tvec, SPHKernel > &p) |
| Serializes a SolverConfig object to a JSON object. | |
| template<class Tvec , template< class > class SPHKernel> | |
| void | shammodels::sph::from_json (const nlohmann::json &j, SolverConfig< Tvec, SPHKernel > &p) |
| Deserializes a SolverConfig object from a JSON object. | |
Definition in file SolverConfig.hpp.