![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/aliases_int.hpp"#include "shambase/exception.hpp"#include "shambase/stacktrace.hpp"#include "shambase/string.hpp"#include "shamrock/patch/Patch.hpp"#include "shamrock/patch/PatchDataLayer.hpp"#include "shamsys/legacy/log.hpp"#include "shamsys/legacy/sycl_handler.hpp"#include "shamtree/kernels/geometry_utils.hpp"#include <type_traits>#include <variant>#include <vector>Go to the source code of this file.
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.cpp.
| 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.