00001 /* Laplace, single layer potential 00002 linear trial functions, 00003 evaluation in the internal/external points 00004 */ 00005 00006 #ifndef lpl003_hh 00007 #define lpl003_hh 00008 00009 #include "basics/vectorsMatricesForward.hh" 00010 #include "bem/element.hh" 00011 00012 namespace bem { 00013 00014 // **************************************************************** Lpl003 ** 00015 00020 template <class F> 00021 class Lpl003 { 00022 public: 00029 void operator()(const concepts::Real3d& x, const Linear3d000<F>& elm, 00030 uint gauss, F slp[]) const; 00031 }; 00032 00033 } // namespace bem 00034 00035 #endif // lpl003_hh