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

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

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

#include <kernel.hh>

Collaboration diagram for bem::ExpR2:
Collaboration graph
[legend]

List of all members.

Public Types

typedef concepts::Real F

Public Member Functions

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

Private Attributes

concepts::MapReal3d gamma_

Friends

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

Detailed Description

$ e^{- r^\top \gamma r} $

Definition at line 64 of file kernel.hh.


Member Typedef Documentation

Definition at line 69 of file kernel.hh.


Constructor & Destructor Documentation

bem::ExpR2::ExpR2 ( concepts::MapReal3d gamma) [inline]

Definition at line 71 of file kernel.hh.


Member Function Documentation

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

Definition at line 73 of file kernel.hh.


Friends And Related Function Documentation

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

Member Data Documentation

Definition at line 66 of file kernel.hh.


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

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