Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shamrock::solvergraph::CopyPatchDataField< T >::Edges Struct Reference

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.
 

Detailed Description

template<class T>
struct shamrock::solvergraph::CopyPatchDataField< T >::Edges

Structure containing references to the node's input and output edges.

Definition at line 65 of file CopyPatchDataField.hpp.

Member Data Documentation

◆ original

template<class T >
const IFieldRefs<T>& shamrock::solvergraph::CopyPatchDataField< T >::Edges::original

Reference to the source field data.

Definition at line 66 of file CopyPatchDataField.hpp.

◆ target

template<class T >
Field<T>& shamrock::solvergraph::CopyPatchDataField< T >::Edges::target

Reference to the target field for copying.

Definition at line 67 of file CopyPatchDataField.hpp.


The documentation for this struct was generated from the following file: