DOLFIN
DOLFIN C++ interface
|
This class implements various mesh smoothing algorithms. More...
#include <MeshSmoothing.h>
Static Public Member Functions | |
static void | smooth (Mesh &mesh, std::size_t num_iterations=1) |
Smooth internal vertices of mesh by local averaging. | |
static void | smooth_boundary (Mesh &mesh, std::size_t num_iterations=1, bool harmonic_smoothing=true) |
static void | snap_boundary (Mesh &mesh, const SubDomain &sub_domain, bool harmonic_smoothing=true) |
This class implements various mesh smoothing algorithms.
|
static |
Smooth boundary vertices of mesh by local averaging and (optionally) use harmonic smoothing on interior vertices
|
static |
Snap boundary vertices of mesh to match given sub domain and (optionally) use harmonic smoothing on interior vertices