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

#include <kernel.hh>

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 88 of file kernel.hh.

Member Typedef Documentation

◆ F

Definition at line 94 of file kernel.hh.

Constructor & Destructor Documentation

◆ ExpR()

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

Definition at line 95 of file kernel.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 97 of file kernel.hh.

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ gamma_

concepts::Real bem::ExpR::gamma_
private

Definition at line 91 of file kernel.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich