DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Mesh_Elevation_SmoothSolver.cpp File Reference
#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"
Include dependency graph for Mesh_Elevation_SmoothSolver.cpp:

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< SmoothSolverSetupDNDS::Geom::PrepareSmoothSolverSetup (UnstructuredMesh &mesh)
 Common preamble for all smooth solver variants.