lplGal007.hh

Go to the documentation of this file.
1 
9 #ifndef lplGal007_hh
10 #define lplGal007_hh
11 
12 #ifdef __GNUG__
13 #pragma interface
14 #endif
15 
16 #include "bem/element.hh"
17 
18 namespace bem {
19 
20  // ************************************************************* LplGal007 **
21 
28  template <class F>
29  class LplGal007 {
30  public:
40  void operator()(const Linear3d000<F>& elmX, const Linear3d000<F>& elmY,
41  uint stroudId, uint gaussId, concepts::Real dist,
42  F dlp[]) const;
43  };
44 
45 } // namespace bem
46 
47 #endif // lplGal007_hh
Linear triangular element.
Definition: element.hh:141
void operator()(const Linear3d000< F > &elmX, const Linear3d000< F > &elmY, uint stroudId, uint gaussId, concepts::Real dist, F dlp[]) const
Application operator.
Used for the basic classes of the boundary element method.
Definition: bform.hh:13
Evaluation of the Laplace double layer potential with linear test/trial functions.
Definition: lplGal007.hh:29
double Real
Type normally used for a floating point number.
Definition: typedefs.hh:36
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich