![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Defines the DistributedBuffers class for managing distributed device buffers in a solver graph. More...
#include "shambase/DistributedData.hpp"#include "shambackends/DeviceBuffer.hpp"#include "shamrock/solvergraph/IEdgeNamed.hpp"#include "shamsys/NodeInstance.hpp"
Include dependency graph for DistributedBuffers.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | shamrock::solvergraph::DistributedBuffers< T > |
| Interface for a solver graph edge representing a field as spans. More... | |
Namespaces | |
| namespace | shamrock |
| namespace for the main framework | |
Typedefs | |
| template<class T > | |
| using | shamrock::solvergraph::DDDeviceBuffer = shambase::DistributedData< sham::DeviceBuffer< T > > |
| Alias for a DistributedData of PatchDataFieldSpans. | |
Defines the DistributedBuffers class for managing distributed device buffers in a solver graph.
Definition in file DistributedBuffers.hpp.
| using shamrock::solvergraph::DDDeviceBuffer = typedef shambase::DistributedData<sham::DeviceBuffer<T> > |
Alias for a DistributedData of PatchDataFieldSpans.
Definition at line 29 of file DistributedBuffers.hpp.