Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
EOSConfig.cpp File Reference
Include dependency graph for EOSConfig.cpp:

Go to the source code of this file.

Namespaces

namespace  shammodels
 namespace for models

Functions

template<class Tvec>
void shammodels::to_json (nlohmann::json &j, const EOSConfig< Tvec > &p)
 Serialize EOSConfig to json.
template<class Tvec>
void shammodels::from_json (const nlohmann::json &j, EOSConfig< Tvec > &p)
 Deserializes an EOSConfig<Tvec> from a JSON object.
template void shammodels::to_json< f64_3 > (nlohmann::json &j, const EOSConfig< f64_3 > &p)
template void shammodels::from_json< f64_3 > (const nlohmann::json &j, EOSConfig< f64_3 > &p)

Detailed Description