Public Types |
Public Member Functions |
Protected Member Functions |
Private Attributes |
List of all members
concepts::BesselY< n > Class Template Referenceabstract
Class for evaluating the Bessel function of second kind. More...
#include <bessel.hh>
Inheritance diagram for concepts::BesselY< n >:
Public Types | |
typedef Realtype< Real >::type | G |
typedef Real | value_type |
Public Member Functions | |
BesselY (const Real m, const Real3d r0) | |
BesselY (const Real m=1.0, const Real r0=0.0) | |
Constructor. More... | |
virtual BesselY< n > * | clone () const |
virtual Formula * | clone () const=0 |
Real | derivative (const Real p) |
Derivative of Bessel function. More... | |
Real | derivative (const Real2d &p) |
Real | derivative (const Real3d &p) |
virtual Real | operator() (const Real p, const Real t=0.0) const |
Bessel function. More... | |
virtual Real | operator() (const Real2d &p, const Real t=0.0) const |
Application operator. More... | |
virtual Real | operator() (const Real3d &p, const Real t=0.0) const |
Application operator. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Attributes | |
const Real | m_ |
Factor. More... | |
const Real3d | r0_ |
Center of the Bessel function. More... | |
Detailed Description
template<int n>
class concepts::BesselY< n >
Class for evaluating the Bessel function of second kind.
A center r0
and a shortening factor n
can be given to evaluate
, where is the distance from the origin.
Member Typedef Documentation
◆ G
|
inherited |
Definition at line 37 of file formula.hh.
◆ value_type
|
inherited |
Definition at line 36 of file formula.hh.
Constructor & Destructor Documentation
◆ BesselY() [1/2]
template<int n>
|
inline |
◆ BesselY() [2/2]
template<int n>
|
inline |
Member Function Documentation
◆ clone() [1/2]
template<int n>
|
inlinevirtual |
◆ clone() [2/2]
|
pure virtualinherited |
◆ derivative() [1/3]
template<int n>
Real concepts::BesselY< n >::derivative | ( | const Real | p | ) |
◆ derivative() [2/3]
template<int n>
Real concepts::BesselY< n >::derivative | ( | const Real2d & | p | ) |
◆ derivative() [3/3]
template<int n>
Real concepts::BesselY< n >::derivative | ( | const Real3d & | p | ) |
◆ info()
template<int n>
|
protectedvirtual |
◆ operator()() [1/6]
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Definition at line 53 of file formula.hh.
◆ operator()() [2/6]
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Definition at line 56 of file formula.hh.
◆ operator()() [3/6]
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Definition at line 59 of file formula.hh.
◆ operator()() [4/6]
template<int n>
|
virtual |
◆ operator()() [5/6]
template<int n>
|
virtual |
◆ operator()() [6/6]
template<int n>
|
virtual |
Member Data Documentation
◆ m_
template<int n>
|
private |
◆ r0_
template<int n>
|
private |
The documentation for this class was generated from the following file:
- formula/bessel.hh