|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
#include "MeshConnectivity.hpp"#include <unordered_map>#include <unordered_set>#include <vector>#include <algorithm>#include <fmt/core.h>Go to the source code of this file.
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
| namespace | DNDS::Geom |
Functions | |
| std::string | DNDS::Geom::adjKindName (const AdjKind &kind) |
| Format an AdjKind as a diagnostic string, e.g. "Cell2Node", "Cell2Cell(Node)". | |