Class documentation of Concepts

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