vtf-logo

Laplacian Smoothing with a Solve


Functions

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

Function Documentation

template<int _N, int _M = _N, bool _A = true, typename T = double, typename V = ads::FixedArray<_N,T>, typename IS = Simplex<_M,int>>
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 Fri Aug 24 12:56:00 2007 for Computational Geometry Package by  doxygen 1.4.7