lplCol007.hh

Go to the documentation of this file.
1 
7 #ifndef lplCol007_hh
8 #define lplCol007_hh
9 
10 #ifdef __GNUG__
11 #pragma interface
12 #endif
13 
14 #include "bem/element.hh"
15 
16 namespace bem {
17 
18  // ************************************************************* LplCol007 **
19 
26  template <class F>
27  class LplCol007 {
28  public:
37  void operator()(const Dirac3d000<F>& elmX, const Linear3d000<F>& elmY,
38  uint gauss, concepts::Real dist, F dlp[]) const;
39 };
40 
41 } // namespace bem
42 
43 #endif // lplCol007_hh
Linear triangular element.
Definition: element.hh:141
void operator()(const Dirac3d000< F > &elmX, const Linear3d000< F > &elmY, uint gauss, 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 trial functions (collocation).
Definition: lplCol007.hh:27
Dirac element on triangles (used for collocation method).
Definition: element.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