![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/exception.hpp"#include "shamalgs/collective/exchanges.hpp"#include "shamalgs/primitives/reduction.hpp"#include "shambackends/DeviceBuffer.hpp"#include "shambackends/kernel_call.hpp"#include "shamcomm/worldInfo.hpp"#include "shammath/sphkernels.hpp"#include "shammodels/sph/modules/SinkParticlesUpdate.hpp"#include "shammodels/sph/sink_edges_helper.hpp"#include "shamrock/solvergraph/FieldRefs.hpp"#include "shamrock/solvergraph/IFieldSpan.hpp"#include "shamrock/solvergraph/Indexes.hpp"#include "shamsolvergraph/edge/IDataEdge.hpp"#include "shamsolvergraph/edge/IDataEdgeSerializable.hpp"#include "shamsolvergraph/node/INode.hpp"#include "shamsys/NodeInstance.hpp"#include <stdexcept>#include <vector>Go to the source code of this file.
Macros | |
| #define | NODE_EDGES(X_RO, X_RW) |
Definition in file SinkParticlesUpdate.cpp.
| #define NODE_EDGES | ( | X_RO, | |
| X_RW ) |
Definition at line 37 of file SinkParticlesUpdate.cpp.