pyoculus 0.1.1
Loading...
Searching...
No Matches
pybasefn.f90 File Reference

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.
 

Detailed Description

Fortran module that computes the radial basis functions.

Author
Zhisong Qu (zhiso.nosp@m.ng.q.nosp@m.u@anu.nosp@m..edu.nosp@m..au)