|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
#include "Mesh.hpp"#include "Geom/PointCloud.hpp"#include <nanoflann.hpp>#include <optional>#include <unordered_set>Go to the source code of this file.
Classes | |
| struct | DNDS::Geom::CoordPairDOF |
| struct | DNDS::Geom::SmoothSolverSetup |
| Result of the shared smooth solver setup. More... | |
| struct | DNDS::Geom::PointCloudKDTreeCoordPair |
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
| namespace | DNDS::Geom |
Functions | |
| std::optional< SmoothSolverSetup > | DNDS::Geom::PrepareSmoothSolverSetup (UnstructuredMesh &mesh) |
| Common preamble for all smooth solver variants. | |