Class documentation of Concepts

Loading...
Searching...
No Matches
lplCol007.hh
Go to the documentation of this file.
1
7#ifndef lplCol007_hh
8#define lplCol007_hh
9
10#ifdef __GNUG__
11#pragma interface
12#endif
13
14#include "bem/element.hh"
15
16namespace bem {
17
18 // ************************************************************* LplCol007 **
19
26 template <class F>
27 class LplCol007 {
28 public:
37 void operator()(const Dirac3d000<F>& elmX, const Linear3d000<F>& elmY,
38 uint gauss, concepts::Real dist, F dlp[]) const;
39};
40
41} // namespace bem
42
43#endif // lplCol007_hh
void operator()(const Dirac3d000< F > &elmX, const Linear3d000< F > &elmY, uint gauss, concepts::Real dist, F dlp[]) const
Definition bem.hh:18
double Real
Definition typedefs.hh:39