Class documentation of Concepts

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