Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
lplGal009.hh
Go to the documentation of this file.
1
8
#ifndef lplGal009_hh
9
#define lplGal009_hh
10
11
#ifdef __GNUG__
12
#pragma interface
13
#endif
14
15
#include "
bem/element.hh
"
16
17
namespace
bem
{
18
19
// ************************************************************* LplGal009 **
20
26
template
<
class
F>
27
class
LplGal009
{
28
public
:
35
void
operator()
(
const
Linear3d000<F>
& elmX,
const
Linear3d000<F>
& elmY,
36
uint gauss, F dlp[])
const
;
37
};
38
39
}
// namespace bem
40
41
#endif // lplGal009_hh
bem::Linear3d000
Linear triangular element.
Definition:
element.hh:141
bem::LplGal009
Evaluation of the Laplace double layer potential with linear test/trial functions.
Definition:
lplGal009.hh:27
bem::LplGal009::operator()
void operator()(const Linear3d000< F > &elmX, const Linear3d000< F > &elmY, uint gauss, F dlp[]) const
Application operator.
bem
Used for the basic classes of the boundary element method.
Definition:
bform.hh:13
element.hh
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich