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 
16 namespace 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 
Linear triangular element.
Definition: element.hh:141
Evaluation of the Laplace double layer potential with linear test/trial functions.
Definition: lplGal001.hh:26
void operator()(const Linear3d000< F > &elmX, const Linear3d000< F > &elmY, uint stroudId, uint gaussId, F dlp[]) const
Application operator.
Used for the basic classes of the boundary element method.
Definition: bform.hh:13
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich