Class documentation of Concepts

Loading...
Searching...
No Matches
lplCol006.hh
Go to the documentation of this file.
1
9#ifndef lplCol006_hh
10#define lplCol006_hh
11
12#ifdef __GNUG__
13#pragma interface
14#endif
15
16#include "bem/element.hh"
17
18namespace bem {
19
20 // ************************************************************* LplCol006 **
21
28 template <class F>
29 class LplCol006 {
30 public:
39 void operator()(const Dirac3d000<F>& elmX, const Linear3d000<F>& elmY,
40 uint gauss, concepts::Real dist, F slp[]) const;
41 };
42
43} // namespace bem
44
45#endif // lplCol006_hh
void operator()(const Dirac3d000< F > &elmX, const Linear3d000< F > &elmY, uint gauss, concepts::Real dist, F slp[]) const
Definition bem.hh:18
double Real
Definition typedefs.hh:39