|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
#include "Mesh.hpp"#include "Geom/Quadrature.hpp"#include "DNDS/ArrayDerived/ArrayEigenUniMatrixBatch.hpp"#include "Geom/RadialBasisFunction.hpp"#include <omp.h>#include <fmt/core.h>#include <functional>#include <unordered_set>#include <optional>#include <Solver/Linear.hpp>#include "Geom/PointCloud.hpp"#include <nanoflann.hpp>#include "DNDS/EigenPCH.hpp"Go to the source code of this file.
Classes | |
| struct | DNDS::Geom::CoordPairDOF |
| struct | DNDS::Geom::PointCloudKDTreeCoordPair |
| struct | DNDS::Geom::SmoothSolverSetup |
| Result of the shared smooth solver setup. More... | |
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. | |