bem::LaplaceSLP< F > Class Template Referenceabstract

Linear form to evaluate the Laplace single layer potential. More...

#include <lform.hh>

Inheritance diagram for bem::LaplaceSLP< F >:
concepts::LinearForm< concepts::Real >

Public Member Functions

 LaplaceSLP (const concepts::Real3d &x, uint gauss=0)
 Constructor. More...
 
void operator() (const concepts::Element< F > &elm, concepts::ElementMatrix< F > &em)
 Application operator. More...
 
void operator() (const Constant3d000< F > &elm, concepts::ElementMatrix< F > &em)
 
void operator() (const Constant3d002< F > &elm, concepts::ElementMatrix< F > &em)
 
virtual void operator() (const Element< typename Realtype< concepts::Real >::type > &elm, ElementMatrix< concepts::Real > &em) const=0
 Computes the element contribution to the function. More...
 
void operator() (const Linear3d000< F > &elm, concepts::ElementMatrix< F > &em)
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 

Private Attributes

uint gauss_
 Number of integration points. More...
 
Lpl003< F > qrA_
 Classes for the integration. More...
 
Lpl004< F > qrB_
 
concepts::Real3d x_
 Field point. More...
 

Detailed Description

template<class F = concepts::Real>
class bem::LaplaceSLP< F >

Linear form to evaluate the Laplace single layer potential.

Parameters
FField (Real or Cmplx)

Definition at line 29 of file lform.hh.

Constructor & Destructor Documentation

◆ LaplaceSLP()

template<class F = concepts::Real>
bem::LaplaceSLP< F >::LaplaceSLP ( const concepts::Real3d x,
uint  gauss = 0 
)
inline

Constructor.

Parameters
xField point
gaussNumber of integration points

Definition at line 44 of file lform.hh.

Member Function Documentation

◆ info()

virtual std::ostream& concepts::LinearForm< concepts::Real , typename Realtype<concepts::Real >::type >::info ( std::ostream &  os) const
protectedvirtualinherited

◆ operator()() [1/5]

template<class F = concepts::Real>
void bem::LaplaceSLP< F >::operator() ( const concepts::Element< F > &  elm,
concepts::ElementMatrix< F > &  em 
)

Application operator.

Exceptions
MissingFeature
Parameters
elmSurface patch
emElement matrix

◆ operator()() [2/5]

template<class F >
void bem::LaplaceSLP< F >::operator() ( const Constant3d000< F > &  elm,
concepts::ElementMatrix< F > &  em 
)
inline

Definition at line 72 of file lform.hh.

◆ operator()() [3/5]

template<class F >
void bem::LaplaceSLP< F >::operator() ( const Constant3d002< F > &  elm,
concepts::ElementMatrix< F > &  em 
)
inline

Definition at line 81 of file lform.hh.

◆ operator()() [4/5]

virtual void concepts::LinearForm< concepts::Real , typename Realtype<concepts::Real >::type >::operator() ( const Element< G > &  elm,
ElementMatrix< F > &  em 
) const
pure virtualinherited

Computes the element contribution to the function.

Parameters
elmElement on which the computations should be performed
emThe local matrix

◆ operator()() [5/5]

template<class F >
void bem::LaplaceSLP< F >::operator() ( const Linear3d000< F > &  elm,
concepts::ElementMatrix< F > &  em 
)
inline

Definition at line 63 of file lform.hh.

Member Data Documentation

◆ gauss_

template<class F = concepts::Real>
uint bem::LaplaceSLP< F >::gauss_
private

Number of integration points.

Definition at line 37 of file lform.hh.

◆ qrA_

template<class F = concepts::Real>
Lpl003<F> bem::LaplaceSLP< F >::qrA_
private

Classes for the integration.

Definition at line 31 of file lform.hh.

◆ qrB_

template<class F = concepts::Real>
Lpl004<F> bem::LaplaceSLP< F >::qrB_
private

Definition at line 32 of file lform.hh.

◆ x_

template<class F = concepts::Real>
concepts::Real3d bem::LaplaceSLP< F >::x_
private

Field point.

Definition at line 35 of file lform.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich