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

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

$ \frac{1}{1 + \gamma r^n} $ More...

#include <kernel.hh>

List of all members.

Public Types

typedef concepts::Real F

Public Member Functions

 Inv1Rn (concepts::Real gamma, uint n)
concepts::Real operator() (const concepts::Real3d &x, const concepts::Real3d &y)

Private Attributes

concepts::Real gamma_
uint n_

Friends

std::ostream & operator<< (std::ostream &os, const Inv1Rn &krnl)

Detailed Description

$ \frac{1}{1 + \gamma r^n} $

Definition at line 106 of file kernel.hh.


Member Typedef Documentation

Definition at line 112 of file kernel.hh.


Constructor & Destructor Documentation

bem::Inv1Rn::Inv1Rn ( concepts::Real  gamma,
uint  n 
) [inline]

Definition at line 114 of file kernel.hh.


Member Function Documentation

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

Definition at line 116 of file kernel.hh.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Inv1Rn krnl 
) [friend]

Member Data Documentation

Definition at line 108 of file kernel.hh.

uint bem::Inv1Rn::n_ [private]

Definition at line 109 of file kernel.hh.


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

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