lpl003.hh

Go to the documentation of this file.
1 
8 #ifndef lpl003_hh
9 #define lpl003_hh
10 
12 #include "bem/element.hh"
13 
14 namespace bem {
15 
16  // **************************************************************** Lpl003 **
17 
22  template <class F>
23  class Lpl003 {
24  public:
31  void operator()(const concepts::Real3d& x, const Linear3d000<F>& elm,
32  uint gauss, F slp[]) const;
33  };
34 
35 } // namespace bem
36 
37 #endif // lpl003_hh
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 trial functions for use in the internal/...
Definition: lpl003.hh:23
void operator()(const concepts::Real3d &x, const Linear3d000< F > &elm, uint gauss, F slp[]) const
Application operator.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich