![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shamalgs/collective/io.hpp"#include "shamcomm/io.hpp"#include "shamrock/scheduler/PatchScheduler.hpp"#include "shamrock/scheduler/ShamrockCtx.hpp"#include <string>
Include dependency graph for ShamrockDump.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shamrock |
| namespace for the main framework | |
Functions | |
| void | shamrock::write_shamrock_dump (std::string fname, std::string metadata_user, PatchScheduler &sched) |
| Write a Shamrock dump file containing the current state of the patches and user supplied metadata. | |
| void | shamrock::load_shamrock_dump (std::string fname, std::string &metadata_user, ShamrockCtx &ctx) |
| Load a Shamrock dump file and restore the state of the patches and retreive user metadata. | |
Definition in file ShamrockDump.hpp.