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

Field variant object to instanciate a variant on the patch types. More...

#include "shamrock/solvergraph/IEdge.hpp"
#include "shamrock/solvergraph/INode.hpp"
+ Include dependency graph for NodeFreeAlloc.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shamrock::solvergraph::NodeFreeAlloc
 A node that simply frees the allocation of the connected node. More...
 

Namespaces

namespace  shamrock
 namespace for the main framework
 

Macros

#define NODE_FREE_ALLOC_EDGES(X_RO, X_RW)   X_RW(shamrock::solvergraph::IEdge, to_free)
 

Detailed Description

Field variant object to instanciate a variant on the patch types.

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

Definition in file NodeFreeAlloc.hpp.

Macro Definition Documentation

◆ NODE_FREE_ALLOC_EDGES

#define NODE_FREE_ALLOC_EDGES (   X_RO,
  X_RW 
)    X_RW(shamrock::solvergraph::IEdge, to_free)

Definition at line 35 of file NodeFreeAlloc.hpp.