Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

bemInt/lplCol007.hh
Go to the documentation of this file.
00001 /* Laplace, collocation, double layer potential
00002     linear trial functions,
00003     semi analytic
00004     far field by 1-point formular
00005 */
00006 
00007 #ifndef lplCol007_hh
00008 #define lplCol007_hh
00009 
00010 #ifdef __GNUG__
00011 #pragma interface
00012 #endif
00013 
00014 #include "bem/element.hh"
00015 
00016 namespace bem {
00017 
00018   // ************************************************************* LplCol007 **
00019 
00026   template <class F>
00027   class LplCol007 {
00028   public:
00037     void operator()(const Dirac3d000<F>& elmX, const Linear3d000<F>& elmY,
00038         uint gauss, concepts::Real dist, F dlp[]) const;
00039 };
00040 
00041 } // namespace bem
00042 
00043 #endif // lplCol007_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)