#include "formula.hh"

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) |