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

Classes | Namespaces | Functions
formula/bessel.hh File Reference
#include "formula.hh"
Include dependency graph for bessel.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  concepts::BesselJ< n >
 Class for evaluating the Bessel function of first kind. More...
class  concepts::BesselY< n >
 Class for evaluating the Bessel function of second kind. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Functions

Real concepts::besselJ0 (const Real x)
Real concepts::besselJ1 (const Real x)
Real concepts::besselJn (const Real x, const int n)
Real concepts::besselY0 (const Real x)
Real concepts::besselY1 (const Real x)
Real concepts::besselYn (const Real x, const int n)

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