lpl000.hh

Go to the documentation of this file.
1 /* @file bemInt/lpl000.hh
2 
3  Laplace, double layer potential
4  linear trial functions,
5  evaluation in the internal/external points
6 */
7 
8 #ifndef lpl000_hh
9 #define lpl000_hh
10 
12 #include "bem/element.hh"
13 
14 namespace bem {
15 
16  // **************************************************************** Lpl000 **
17 
22  template <class F>
23  class Lpl000 {
24  public:
31  void operator()(const concepts::Real3d& x, const Linear3d000<F>& elm,
32  uint gauss, F dlp[]) const;
33  };
34 
35 } // namespace bem
36 
37 #endif // lpl000_hh
Linear triangular element.
Definition: element.hh:141
Evaluation of the Laplace double layer potential with linear trial functions for use in the internal/...
Definition: lpl000.hh:23
void operator()(const concepts::Real3d &x, const Linear3d000< F > &elm, uint gauss, F dlp[]) const
Application operator.
Used for the basic classes of the boundary element method.
Definition: bform.hh:13
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich