![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Structure containing references to the node's input and output edges. More...
#include <shamrock/include/shamrock/solvergraph/CopyPatchDataField.hpp>
Public Attributes | |
| const IFieldRefs< T > & | original |
| Reference to the source field data. | |
| Field< T > & | target |
| Reference to the target field for copying. | |
Structure containing references to the node's input and output edges.
Definition at line 65 of file CopyPatchDataField.hpp.
| const IFieldRefs<T>& shamrock::solvergraph::CopyPatchDataField< T >::Edges::original |
Reference to the source field data.
Definition at line 66 of file CopyPatchDataField.hpp.
| Field<T>& shamrock::solvergraph::CopyPatchDataField< T >::Edges::target |
Reference to the target field for copying.
Definition at line 67 of file CopyPatchDataField.hpp.