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

bemInt/lplGal001.hh
Go to the documentation of this file.
00001 /* Laplace, Galerkin, double layer potential
00002     linear test/trial functions,
00003     regular cases by 3-dim quadrature (Stroud + 1-d Gauss)
00004 */
00005 
00006 #ifndef lplGal001_hh
00007 #define lplGal001_hh
00008 
00009 #ifdef __GNUG__
00010 #pragma interface
00011 #endif
00012 
00013 #include "bem/element.hh"
00014 
00015 namespace bem {
00016 
00017   // ************************************************************* LplGal001 **
00018 
00024   template <class F>
00025   class LplGal001 {
00026   public:
00034     void operator()(const Linear3d000<F>& elmX, const Linear3d000<F>& elmY,
00035         uint stroudId, uint gaussId, F dlp[]) const;
00036   };
00037 
00038 } // namespace bem
00039 
00040 #endif // lplGal001_hh
00041 

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