![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/exception.hpp"#include "shambase/fortran_io.hpp"#include "shambase/string.hpp"#include <unordered_map>#include <array>#include <cstdlib>#include <optional>#include <stdexcept>#include <string>#include <utility>#include <vector>
Include dependency graph for PhantomDump.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | shammodels::sph::PhantomDumpTableHeader< T > |
| Phantom dump table header for a specific type. More... | |
| struct | shammodels::sph::PhantomDumpBlockArray< T > |
| A helper class to represent a single block of data in a Phantom dump. More... | |
| struct | shammodels::sph::PhantomDumpBlock |
| A class to represent a single block of data in a Phantom dump. More... | |
| struct | shammodels::sph::PhantomDump |
| Class representing a Phantom dump file. More... | |
Namespaces | |
| namespace | shammodels |
| namespace for models | |
| namespace | shammodels::sph |
| namespace for the sph model | |
Functions | |
| bool | shammodels::sph::compare_phantom_dumps (PhantomDump &dump1, PhantomDump &dump2) |
| Compare two phantom dumps and report offenses. | |
Definition in file PhantomDump.hpp.