00001
00002
00008 #if !defined(__geom_mesh_iss_solveLaplacian_h__)
00009 #define __geom_mesh_iss_solveLaplacian_h__
00010
00011 #include "laplacian.h"
00012
00013 #include "../../../third-party/tnt/tnt.h"
00014 #include "../../../third-party/jama/jama_lu.h"
00015
00016 BEGIN_NAMESPACE_GEOM
00017
00018
00022
00023
00025
00034 template<int N, int M, bool A, typename T, typename V, typename IS>
00035 void
00036 solveLaplacian(IndSimpSetIncAdj<N,M,A,T,V,IS>* mesh);
00037
00038
00040
00041 END_NAMESPACE_GEOM
00042
00043 #define __geom_mesh_iss_solveLaplacian_ipp__
00044 #include "solveLaplacian.ipp"
00045 #undef __geom_mesh_iss_solveLaplacian_ipp__
00046
00047 #endif