Class documentation of Concepts

Loading...
Searching...
No Matches
lplGal018.hh
Go to the documentation of this file.
1
8#ifndef lplGal018_hh
9#define lplGal018_hh
10
11#ifdef __GNUG__
12#pragma interface
13#endif
14
15#include "bem/element.hh"
16
17namespace bem {
18
19 // ************************************************************* LplGal018 **
20
27 template <class F>
28 class LplGal018 {
29 public:
39 void operator()(const Constant3d000<F>& elmX, const Constant3d000<F>& elmY,
40 uint stroudId, uint gaussId, concepts::Real dist,
41 F* slp) const;
42 void operator()(const Constant3d001<F>& elmX, const Constant3d001<F>& elmY,
43 uint stroudId, uint gaussId, concepts::Real dist,
44 F* slp) const;
45 void operator()(const Constant3d001<F>& elmX,
46 const concepts::Triangle3d& cellY, uint stroudId,
47 uint gaussId, concepts::Real dist, F* slp) const;
48 void operator()(const concepts::Triangle3d& cellX,
49 const Constant3d001<F>& elmY, uint stroudId,
50 uint gaussId, concepts::Real dist, F* slp) const;
51 void operator()(const Constant3d002<F>& elmX, const Constant3d002<F>& elmY,
52 uint stroudId, uint gaussId, concepts::Real dist,
53 F* slp) const;
54 };
55
56} // namespace bem
57
58#endif // lplGal018_hh
void operator()(const Constant3d000< F > &elmX, const Constant3d000< F > &elmY, uint stroudId, uint gaussId, concepts::Real dist, F *slp) const
Definition bem.hh:18
double Real
Definition typedefs.hh:39