Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
DDSharedBuffers.hpp File Reference

Defines the DDSharedBuffers class for managing buffers contained in a distributed data shared. More...

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.

Detailed Description

Defines the DDSharedBuffers class for managing buffers contained in a distributed data shared.

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

Definition in file DDSharedBuffers.hpp.

Typedef Documentation

◆ DDSharedDeviceBuffer

Alias for a DistributedDataShared of DeviceBuffer.

Definition at line 29 of file DDSharedBuffers.hpp.