Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
PatchDataLayer.cpp File Reference
#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>
Include dependency graph for PatchDataLayer.cpp:

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.

Detailed Description

Function Documentation

◆ operator==()

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.