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