Class documentation of Concepts

Loading...
Searching...
No Matches
lpl003.hh
Go to the documentation of this file.
1
8#ifndef lpl003_hh
9#define lpl003_hh
10
12#include "bem/element.hh"
13
14namespace bem {
15
16 // **************************************************************** Lpl003 **
17
22 template <class F>
23 class Lpl003 {
24 public:
31 void operator()(const concepts::Real3d& x, const Linear3d000<F>& elm,
32 uint gauss, F slp[]) const;
33 };
34
35} // namespace bem
36
37#endif // lpl003_hh
void operator()(const concepts::Real3d &x, const Linear3d000< F > &elm, uint gauss, F slp[]) const
Definition bem.hh:18