|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Adjacency array (CSR-like index storage) built on ParArray. More...
#include "DNDS/ArrayDerived/ArrayAdjacency_DeviceView.hpp"#include "DNDS/Defines.hpp"#include "DNDS/DeviceStorage.hpp"#include "../ArrayTransformer.hpp"Go to the source code of this file.
Classes | |
| class | DNDS::ArrayAdjacency< _row_size, _row_max, _align > |
Mesh-connectivity array: ParArray<index> whose operator[] yields an AdjacencyRow typed view. More... | |
| class | DNDS::ArrayAdjacency< _row_size, _row_max, _align >::iterator< B > |
| Row iterator for ArrayAdjacency, yielding AdjacencyRow per element. More... | |
| class | DNDS::ArrayIndex |
ArrayAdjacency<1> specialisation with an integer-typed operator[] (returns the single index by reference instead of a row wrapper). More... | |
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
Macros | |
| #define | DNDS_ARRAY_PAIR_HPP |
Adjacency array (CSR-like index storage) built on ParArray.
Definition in file ArrayAdjacency.hpp.
| #define DNDS_ARRAY_PAIR_HPP |
Definition at line 14 of file ArrayAdjacency.hpp.