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) | |
Mesh2D constructor. More... | |
void | Compute () |
Computes the smoother weights. | |
auto | GetWeight (UInt node, int connectedNode) const |
Gets the weight for a certain node and connected node. More... | |
auto | GetConnectedNodeIndex (UInt node, int connectedNode) const |
Get the index of the connected node as assigned by the smoother administration. More... | |
auto | GetNumConnectedNodes (UInt node) const |
Get number of connected nodes. More... | |
Orthogonalizion (optimize the aspect ratios) and mesh smoothing (optimize internal face angles or area).
|
inline |
Get the index of the connected node as assigned by the smoother administration.
node
connectedNode
|
inline |
Get number of connected nodes.
node
|
inline |
Gets the weight for a certain node and connected node.
node
connectedNode