lplGal008.hh

Go to the documentation of this file.
1 
8 #ifndef lplGal008_hh
9 #define lplGal008_hh
10 
11 #ifdef __GNUG__
12 #pragma interface
13 #endif
14 
15 #include "bem/element.hh"
16 
17 namespace bem {
18 
19  // ************************************************************* LplGal008 **
20 
27  template <class F>
28  class LplGal008 {
29  public:
39  void operator()(const Linear3d000<F>& elmX, const Linear3d000<F>& elmY,
40  uint stroudId, uint gaussId, concepts::Real dist,
41  F hyp[]) const;
42  };
43 
44 } // namespace bem
45 
46 #endif // lplGal008_hh
Linear triangular element.
Definition: element.hh:141
void operator()(const Linear3d000< F > &elmX, const Linear3d000< F > &elmY, uint stroudId, uint gaussId, concepts::Real dist, F hyp[]) const
Application operator.
Evaluation of the Laplace hypersingular operator with linear test/trial functions.
Definition: lplGal008.hh:28
Used for the basic classes of the boundary element method.
Definition: bform.hh:13
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