![]() |
Shamrock 2025.10.0
Astrophysical Code
|
A class to dump a simulation state into ASCII files. More...
#include <shamrock/include/shamrock/io/AsciiSplitDump.hpp>
Public Member Functions | |
| PatchDump & | get_file (u64 id) |
| Get a reference to a file. | |
| AsciiSplitDump (std::string fileprefix) | |
| Constructor. | |
| void | create_id (u64 id) |
| Create a new file for the given patch. | |
A class to dump a simulation state into ASCII files.
Definition at line 32 of file AsciiSplitDump.hpp.
|
inlineexplicit |
Constructor.
| fileprefix | the file prefix (without the patch id) |
Definition at line 129 of file AsciiSplitDump.hpp.
|
inline |
Create a new file for the given patch.
| id | the patch id |
Definition at line 136 of file AsciiSplitDump.hpp.
Here is the call graph for this function:
|
inline |
Get a reference to a file.
| id | the patch id |
Definition at line 122 of file AsciiSplitDump.hpp.
Here is the call graph for this function: