Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
AddForceVerticalDiscPotential.hpp File Reference

Adds the acceleration from a vertical disc potential. More...

#include "shambackends/kernel_call_distrib.hpp"
#include "shambackends/vec.hpp"
#include "shamrock/solvergraph/IDataEdge.hpp"
#include "shamrock/solvergraph/IFieldSpan.hpp"
#include "shamrock/solvergraph/INode.hpp"
#include "shamrock/solvergraph/Indexes.hpp"
#include "shamsys/NodeInstance.hpp"
+ Include dependency graph for AddForceVerticalDiscPotential.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shammodels::common::modules::AddForceVerticalDiscPotential< Tvec >
 

Namespaces

namespace  shammodels
 namespace for models
 

Macros

#define NODE_EDGES(X_RO, X_RW)
 declare the list of edges for this node
 

Detailed Description

Adds the acceleration from a vertical disc potential.

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 AddForceVerticalDiscPotential.hpp.

Macro Definition Documentation

◆ NODE_EDGES

#define NODE_EDGES (   X_RO,
  X_RW 
)
Value:
/* inputs */ \
X_RO(shamrock::solvergraph::IFieldSpan<Tvec>, spans_positions) \
\
/* outputs */ \
Interface for a solver graph edge representing a field as spans.

declare the list of edges for this node

Definition at line 28 of file AddForceVerticalDiscPotential.hpp.