Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
PatchDataLayer.hpp File Reference
#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>
Include dependency graph for PatchDataLayer.hpp:
This graph shows which files directly or indirectly include this file:

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.

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.