pyoculus 0.1.1
|
Fortran module that computes the radial basis functions. More...
Modules | |
module | specbasefn |
Fortran module that computes the radial basis functions, adapted basefn.f90 in SPEC main code. | |
Functions/Subroutines | |
subroutine | specbasefn::get_cheby (lss, lrad, cheby) |
Get the Chebyshev polynomials with zeroth, first derivatives. | |
subroutine | specbasefn::get_cheby_d2 (lss, lrad, cheby) |
Get the Chebyshev polynomials with zeroth, first and second derivatives. | |
subroutine | specbasefn::get_zernike (r, lrad, mpol, zernike) |
Get the Zernike polynomials with zeroth, first derivatives. | |
subroutine | specbasefn::get_zernike_d2 (r, lrad, mpol, zernike) |
Get the Zernike polynomials with zeroth, first, second derivatives. | |
subroutine | specbasefn::get_zernike_rm (r, lrad, mpol, zernike) |
Get the Zernike polynomials Z(n,m,r)/r^m. | |
Fortran module that computes the radial basis functions.