lplGal000.hh

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