DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
MeshConnectivity.cpp File Reference
#include "MeshConnectivity.hpp"
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <algorithm>
#include <fmt/core.h>
Include dependency graph for MeshConnectivity.cpp:

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)".