Constant kernel function (used only to test quadrature schemes) More...

#include <kernel.hh>

Public Types

typedef concepts::Real F
 

Public Member Functions

 Cnst (concepts::Real c)
 
concepts::Real operator() (const concepts::Real3d &, const concepts::Real3d &)
 

Private Attributes

concepts::Real c_
 

Friends

std::ostream & operator<< (std::ostream &os, const Cnst &c)
 

Detailed Description

Constant kernel function (used only to test quadrature schemes)

Definition at line 24 of file kernel.hh.

Member Typedef Documentation

◆ F

Definition at line 29 of file kernel.hh.

Constructor & Destructor Documentation

◆ Cnst()

bem::Cnst::Cnst ( concepts::Real  c)
inline

Definition at line 31 of file kernel.hh.

Member Function Documentation

◆ operator()()

concepts::Real bem::Cnst::operator() ( const concepts::Real3d ,
const concepts::Real3d  
)
inline

Definition at line 33 of file kernel.hh.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Cnst c 
)
friend

Member Data Documentation

◆ c_

concepts::Real bem::Cnst::c_
private

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