lplCol006.hh

Go to the documentation of this file.
1 
9 #ifndef lplCol006_hh
10 #define lplCol006_hh
11 
12 #ifdef __GNUG__
13 #pragma interface
14 #endif
15 
16 #include "bem/element.hh"
17 
18 namespace bem {
19 
20  // ************************************************************* LplCol006 **
21 
28  template <class F>
29  class LplCol006 {
30  public:
39  void operator()(const Dirac3d000<F>& elmX, const Linear3d000<F>& elmY,
40  uint gauss, concepts::Real dist, F slp[]) const;
41  };
42 
43 } // namespace bem
44 
45 #endif // lplCol006_hh
Linear triangular element.
Definition: element.hh:141
void operator()(const Dirac3d000< F > &elmX, const Linear3d000< F > &elmY, uint gauss, concepts::Real dist, F slp[]) const
Application operator.
Used for the basic classes of the boundary element method.
Definition: bform.hh:13
Dirac element on triangles (used for collocation method).
Definition: element.hh:29
Evaluation of the Laplace single layer potential with linear trial functions (collocation).
Definition: lplCol006.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