![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambackends/type_convert.hpp"#include "shambackends/vec.hpp"#include "shamsys/legacy/log.hpp"#include <nlohmann/json.hpp>#include <variant>
Include dependency graph for BCConfig.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | shammodels::sph::BCConfig< Tvec > |
| Boundary conditions configuration. More... | |
| struct | shammodels::sph::BCConfig< Tvec >::Free |
| Free boundary condition. More... | |
| struct | shammodels::sph::BCConfig< Tvec >::Periodic |
| Periodic boundary condition. More... | |
| struct | shammodels::sph::BCConfig< Tvec >::ShearingPeriodic |
| Shearing periodic boundary condition. More... | |
Namespaces | |
| namespace | shammodels |
| namespace for models | |
| namespace | shammodels::sph |
| namespace for the sph model | |
Functions | |
| template<class Tvec > | |
| void | shammodels::sph::to_json (nlohmann::json &j, const BCConfig< Tvec > &p) |
| Serialize a BCConfig to a JSON object. | |
| template<class Tvec > | |
| void | shammodels::sph::from_json (const nlohmann::json &j, BCConfig< Tvec > &p) |
| Deserialize a JSON object into a BCConfig. | |
Definition in file BCConfig.hpp.