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

#include <kernel.hh>

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

Member Typedef Documentation

◆ F

Definition at line 114 of file kernel.hh.

Constructor & Destructor Documentation

◆ Inv1Rn()

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

Definition at line 116 of file kernel.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 118 of file kernel.hh.

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ gamma_

concepts::Real bem::Inv1Rn::gamma_
private

Definition at line 110 of file kernel.hh.

◆ n_

uint bem::Inv1Rn::n_
private

Definition at line 111 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