Class documentation of Concepts

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