Class documentation of Concepts

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