Class documentation of Concepts

Loading...
Searching...
No Matches
lplGal012.hh
Go to the documentation of this file.
1
7#ifndef lplGal012_hh
8#define lplGal012_hh
9
10#ifdef __GNUG__
11#pragma interface
12#endif
13
14#include "bem/element.hh"
15
16namespace bem {
17
18 // ************************************************************* LplGal012 **
19
25 template <class F>
26 class LplGal012 {
27 public:
37 void operator()(const Constant3d000<F>& elmX, const Constant3d000<F>& elmY,
38 const uint acry[], F* dlp) const;
39 };
40
41} // namespace bem
42
43#endif // lplGal012_hh
void operator()(const Constant3d000< F > &elmX, const Constant3d000< F > &elmY, const uint acry[], F *dlp) const
Definition bem.hh:18