lplGal012.hh

Go to the documentation of this file.
1 
7 #ifndef lplGal012_hh
8 #define lplGal012_hh
9 
10 #ifdef __GNUG__
11 #pragma interface
12 #endif
13 
14 #include "bem/element.hh"
15 
16 namespace bem {
17 
18  // ************************************************************* LplGal012 **
19 
25  template <class F>
26  class LplGal012 {
27  public:
37  void operator()(const Constant3d000<F>& elmX, const Constant3d000<F>& elmY,
38  const uint acry[], F* dlp) const;
39  };
40 
41 } // namespace bem
42 
43 #endif // lplGal012_hh
Constant triangular element.
Definition: element.hh:239
Used for the basic classes of the boundary element method.
Definition: bform.hh:13
Evaluation of the Laplace double layer potential with constant test/trial functions.
Definition: lplGal012.hh:26
void operator()(const Constant3d000< F > &elmX, const Constant3d000< F > &elmY, const uint acry[], F *dlp) const
Application operator.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich