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

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

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

#include <kernel.hh>

List of all members.

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


Member Typedef Documentation

Definition at line 27 of file kernel.hh.


Constructor & Destructor Documentation

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

Definition at line 29 of file kernel.hh.


Member Function Documentation

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

Definition at line 31 of file kernel.hh.


Friends And Related Function Documentation

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

Member Data Documentation

Definition at line 24 of file kernel.hh.


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

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