Class documentation of Concepts

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