|
Functions |
void | geom::SimpMeshRed::applyLaplacianAtNode (SimpMeshRed< N, M, T, Node, Cell, Cont > *mesh, typename SimpMeshRed< N, M, T, Node, Cell, Cont >::NodeIterator node) |
| Perform Laplacian smoothing on the specified interior node.
|
void | geom::SimpMeshRed::applyLaplacian (SimpMeshRed< N, N, T, Node, Cell, Cont > *mesh, NodeIterInIter begin, NodeIterInIter end, int numSweeps=1) |
| Perform Laplacian smoothing on the specified interior nodes.
|
void | geom::SimpMeshRed::applyLaplacian (SimpMeshRed< N, N, T, Node, Cell, Cont > *mesh, int numSweeps=1) |
| Perform a sweep of Laplacian smoothing on the interior nodes.
|
void | geom::SimpMeshRed::applyLaplacian (SimpMeshRed< N, N, T, Node, Cell, Cont > *mesh, const BoundaryCondition &condition, T minAngle, int numSweeps) |
| Perform a sweep of Laplacian smoothing on the boundary nodes.
|
void | geom::SimpMeshRed::applyLaplacian (SimpMeshRed< M+1, M, T, Node, Cell, Cont > *mesh, const LevelSet &levelSet, NodeIterInIter begin, NodeIterInIter end, int numSweeps=1) |
| Perform a sweep of Laplacian smoothing on the specified interior nodes.
|