Laplacian Smoothing with a Solve

Functions

template<int N, int M, bool A, typename T , typename V , typename IS >
void IndSimpSetIncAdj::solveLaplacian (IndSimpSetIncAdj< N, M, A, T, V, IS > *mesh)
 Perform Laplacian smoothing on the interior vertices.

Function Documentation

template<int N, int M, bool A, typename T , typename V , typename IS >
void solveLaplacian ( IndSimpSetIncAdj< N, M, A, T, V, IS > *  mesh  )  [related, inherited]

Perform Laplacian smoothing on the interior vertices.

Parameters:
mesh Pointer to the simplicial mesh.
Note:
This function is for testing purposes. Do not use this function for large meshes. This makes an n x n matrix, where n is the number of interior nodes.
Generated on Thu Jun 30 02:14:58 2016 for Computational Geometry Package by  doxygen 1.6.3