Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
bem::Lpl004< F > Class Template Reference

Evaluation of the Laplace single layer potential with constant trial functions for use in the internal/external points. More...

#include <lpl004.hh>

List of all members.

Public Member Functions

void operator() (const concepts::Real3d &x, const Constant3d000< F > &elm, uint gauss, F *slp) const
 Application operator.
void operator() (const concepts::Real3d &x, const Constant3d002< F > &elm, uint gauss, F *slp) const
void operator() (const concepts::Real3d &x, const Constant3d001< F > &elm, uint gauss, F *slp) const

Detailed Description

template<class F>
class bem::Lpl004< F >

Evaluation of the Laplace single layer potential with constant trial functions for use in the internal/external points.

Parameters:
FField (Real or Cmplx)

Definition at line 25 of file lpl004.hh.


Member Function Documentation

template<class F >
void bem::Lpl004< F >::operator() ( const concepts::Real3d x,
const Constant3d000< F > &  elm,
uint  gauss,
F *  slp 
) const

Application operator.

Parameters:
xEvaluation point
elmPanel on the surface
gaussNumber of integration points
slpElement vector (output)
template<class F >
void bem::Lpl004< F >::operator() ( const concepts::Real3d x,
const Constant3d002< F > &  elm,
uint  gauss,
F *  slp 
) const
template<class F >
void bem::Lpl004< F >::operator() ( const concepts::Real3d x,
const Constant3d001< F > &  elm,
uint  gauss,
F *  slp 
) const

The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)