MeshKernel
|
Orthogonalizion (optimize the aspect ratios) and mesh smoothing (optimize internal face angles or area). More...
#include <Smoother.hpp>
Public Member Functions | |
Smoother (const Mesh2D &mesh, const std::vector< MeshNodeType > &nodeType) | |
Mesh2D constructor. | |
void | Compute () |
Computes the smoother weights. | |
auto | GetWeight (UInt node, int connectedNode) const |
Gets the weight for a certain node and connected node. | |
auto | GetConnectedNodeIndex (UInt node, int connectedNode) const |
Get the index of the connected node as assigned by the smoother administration. | |
auto | GetNumConnectedNodes (UInt node) const |
Get number of connected nodes. | |
Orthogonalizion (optimize the aspect ratios) and mesh smoothing (optimize internal face angles or area).
|
explicit |
|
inline |
Get the index of the connected node as assigned by the smoother administration.
node
connectedNode
|
inline |
Get number of connected nodes.
node