DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
ArrayAdjacency_DeviceView.hpp File Reference

Device-callable view type for ArrayAdjacency. Mirrors the host operator[] returning an AdjacencyRow, but with __device__ methods. More...

#include "AdjacencyRow.hpp"
#include "../DeviceView.hpp"
#include "DNDS/Defines.hpp"
#include "DNDS/DeviceStorage.hpp"
Include dependency graph for ArrayAdjacency_DeviceView.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DNDS::ArrayAdjacencyDeviceView< B, index_T, _row_size, _row_max, _align >
 Device-callable adjacency view: extends ArrayDeviceView so that indexing into a row returns an AdjacencyRow of indices. More...
 

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Detailed Description

Device-callable view type for ArrayAdjacency. Mirrors the host operator[] returning an AdjacencyRow, but with __device__ methods.

Definition in file ArrayAdjacency_DeviceView.hpp.