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

Public Types | Public Member Functions | Private Attributes | Friends
bem::Laplace Class Reference

$ \frac{1}{4\pi r} $ More...

#include <kernel.hh>

List of all members.

Public Types

typedef concepts::Real F

Public Member Functions

 Laplace ()
concepts::Real operator() (const concepts::Real3d &x, const concepts::Real3d &y)

Private Attributes

const concepts::Real sc_

Friends

std::ostream & operator<< (std::ostream &os, const Laplace &lpl)

Detailed Description

$ \frac{1}{4\pi r} $

Definition at line 128 of file kernel.hh.


Member Typedef Documentation

Definition at line 133 of file kernel.hh.


Constructor & Destructor Documentation

bem::Laplace::Laplace ( ) [inline]

Definition at line 135 of file kernel.hh.


Member Function Documentation

concepts::Real bem::Laplace::operator() ( const concepts::Real3d x,
const concepts::Real3d y 
) [inline]

Definition at line 137 of file kernel.hh.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Laplace lpl 
) [friend]

Member Data Documentation

Definition at line 130 of file kernel.hh.


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

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