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