Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007 #ifndef lplGal008_hh
00008 #define lplGal008_hh
00009
00010 #ifdef __GNUG__
00011 #pragma interface
00012 #endif
00013
00014 #include "bem/element.hh"
00015
00016 namespace bem {
00017
00018
00019
00026 template <class F>
00027 class LplGal008 {
00028 public:
00038 void operator()(const Linear3d000<F>& elmX, const Linear3d000<F>& elmY,
00039 uint stroudId, uint gaussId, concepts::Real dist,
00040 F hyp[]) const;
00041 };
00042
00043 }
00044
00045 #endif // lplGal008_hh