Wildmeshing Toolkit
VertexTangentialLaplacianSmooth.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace wmtk::operations {
6 
8 {
9 public:
10  constexpr static double DEFAULT_DAMPING_FACTOR = 1.0;
11 
14  double damping_factor = DEFAULT_DAMPING_FACTOR);
15 
16  bool operator()(Mesh& m, const simplex::Simplex& s) override;
17 
18 private:
20 };
21 
22 } // namespace wmtk::operations
VertexTangentialLaplacianSmooth(attribute::MeshAttributeHandle &handle, double damping_factor=DEFAULT_DAMPING_FACTOR)
bool operator()(Mesh &m, const simplex::Simplex &s) override