![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/exception.hpp"#include "shambase/memory.hpp"#include "shambase/stacktrace.hpp"#include "Patch.hpp"#include "PatchDataField.hpp"#include "PatchDataLayerLayout.hpp"#include "shambackends/sycl_utils.hpp"#include "shammath/intervals.hpp"#include <variant>#include <vector>Go to the source code of this file.
Classes | |
| class | shamrock::patch::PatchDataLayer |
| PatchDataLayer container class, the layout is described in patchdata_layout. More... | |
Namespaces | |
| namespace | shamrock |
| namespace for the main framework | |
Functions | |
| bool | shamrock::patch::operator== (PatchDataLayer &p1, PatchDataLayer &p2) |
| Compare two PatchDataLayer objects field by field. | |
Definition in file PatchDataLayer.hpp.
| bool shamrock::patch::operator== | ( | PatchDataLayer & | p1, |
| PatchDataLayer & | p2 ) |
Compare two PatchDataLayer objects field by field.
Compare two layers field by field (defined in PatchDataLayer.cpp).
Definition at line 552 of file PatchDataLayer.cpp.