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

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

$ e^{-\gamma r} $ More...

#include <kernel.hh>

List of all members.

Public Types

typedef concepts::Real F

Public Member Functions

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

Private Attributes

concepts::Real gamma_

Friends

std::ostream & operator<< (std::ostream &os, const ExpR &e)

Detailed Description

$ e^{-\gamma r} $

Definition at line 86 of file kernel.hh.


Member Typedef Documentation

Definition at line 92 of file kernel.hh.


Constructor & Destructor Documentation

bem::ExpR::ExpR ( concepts::Real  gamma) [inline]

Definition at line 93 of file kernel.hh.


Member Function Documentation

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

Definition at line 95 of file kernel.hh.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const ExpR e 
) [friend]

Member Data Documentation

Definition at line 89 of file kernel.hh.


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

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