Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
SinkSelfGravityHost.hpp File Reference

Host-side pairwise gravitational self-interaction between sink particles. More...

Include dependency graph for SinkSelfGravityHost.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shammodels::sph::modules::SinkSelfGravityHost< Tvec >
 Host-side pairwise (N^2) gravitational self-interaction between sink particles. More...

Namespaces

namespace  shammodels
 namespace for models
namespace  shammodels::sph
 namespace for the sph model
namespace  shammodels::sph::modules
 namespace for the sph model modules

Macros

#define NODE_EDGES(X_RO, X_RW)

Detailed Description

Host-side pairwise gravitational self-interaction between sink particles.

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file SinkSelfGravityHost.hpp.

Macro Definition Documentation

◆ NODE_EDGES

#define NODE_EDGES ( X_RO,
X_RW )
Value:
X_RO(shamrock::solvergraph::IDataEdge<std::vector<Tvec>>, positions) \
X_RO(shamrock::solvergraph::IDataEdge<std::vector<Tscal>>, masses) \
X_RW(shamrock::solvergraph::IDataEdge<std::vector<Tvec>>, acc_ext)

Definition at line 25 of file SinkSelfGravityHost.hpp.