Class documentation of Concepts

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