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

Defines the DistributedBuffers class for managing distributed device buffers in a solver graph. More...

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.

Detailed Description

Defines the DistributedBuffers class for managing distributed device buffers in a solver graph.

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 DistributedBuffers.hpp.

Typedef Documentation

◆ DDDeviceBuffer

Alias for a DistributedData of PatchDataFieldSpans.

Definition at line 29 of file DistributedBuffers.hpp.