Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
NodeEvolveDustCOALASourceTerm.hpp File Reference
#include "shambackends/vec.hpp"
#include "shamrock/solvergraph/IFieldSpan.hpp"
#include "shamrock/solvergraph/INode.hpp"
#include "shamrock/solvergraph/Indexes.hpp"
#include "shamrock/solvergraph/ScalarEdge.hpp"
#include <experimental/mdspan>
#include <vector>
Include dependency graph for NodeEvolveDustCOALASourceTerm.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::NodeEvolveDustCOALASourceTerm< Tvec >

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

Macro Definition Documentation

◆ NODE_EDGES

#define NODE_EDGES ( X_RO,
X_RW )
Value:
/* scalars */ \
X_RO(shamrock::solvergraph::ScalarEdge<std::vector<Tscal>>, massgrid) \
X_RO(shamrock::solvergraph::ScalarEdge<std::vector<Tscal>>, tensor_tabflux_coag) \
\
/* counts */ \
\
/* to get rho_dust_j */ \
\
/* Here it is the delta_v in the monofluid sense not the coala sense */ \
\
/* outputs */ \
Interface for a solver graph edge representing a field as spans.

Definition at line 27 of file NodeEvolveDustCOALASourceTerm.hpp.