![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/exception.hpp"#include "shambase/memory.hpp"#include "shambase/narrowing.hpp"#include "shambase/stacktrace.hpp"#include "shamalgs/details/numeric/numeric.hpp"#include "shamalgs/memory.hpp"#include "shamalgs/numeric.hpp"#include "shamalgs/serialize.hpp"#include "shambackends/DeviceBuffer.hpp"#include "shambackends/kernel_call.hpp"#include "shambackends/sycl_utils.hpp"#include "shamrock/legacy/patch/base/enabled_fields.hpp"#include "shamrock/patch/PatchDataFieldSpan.hpp"#include "shamsys/NodeInstance.hpp"#include "shamsys/legacy/log.hpp"#include <array>#include <memory>#include <random>#include <set>#include <string>#include <utility>#include <vector>
Include dependency graph for PatchDataField.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PatchDataField< T > |
| class | PatchDataRangeCheckError |
Macros | |
| #define | X(args) std::is_same<T, args>::value || |
| #define | X(args) #args " " |
Definition in file PatchDataField.hpp.