ttim.besselnumbanew =================== .. py:module:: ttim.besselnumbanew Attributes ---------- .. autoapisummary:: ttim.besselnumbanew.tiny ttim.besselnumbanew.c ttim.besselnumbanew.fac ttim.besselnumbanew.nrange ttim.besselnumbanew.a ttim.besselnumbanew.b ttim.besselnumbanew.fac ttim.besselnumbanew.b ttim.besselnumbanew.a ttim.besselnumbanew.gam ttim.besselnumbanew.binom ttim.besselnumbanew.fac ttim.besselnumbanew.bot ttim.besselnumbanew.fac ttim.besselnumbanew.psi ttim.besselnumbanew.psi ttim.besselnumbanew.a1 ttim.besselnumbanew.b1 ttim.besselnumbanew.twologhalf Functions --------- .. autoapisummary:: ttim.besselnumbanew.lapld_int_ho ttim.besselnumbanew.lapld_int_ho_d1d2 ttim.besselnumbanew.lapld_int_ho_wdis ttim.besselnumbanew.lapld_int_ho_wdis_d1d2 ttim.besselnumbanew.Fp ttim.besselnumbanew.bessells_int_ho_new ttim.besselnumbanew.bessells_int_ho_qxqy_new ttim.besselnumbanew.besselld_int_ho_new ttim.besselnumbanew.besselld_int_ho_qxqy_new Module Contents --------------- .. py:data:: tiny :value: 1e-10 .. py:data:: c .. py:data:: fac :value: 1.0 .. py:data:: nrange .. py:data:: a .. py:data:: b .. py:data:: fac .. py:data:: b .. py:data:: a .. py:data:: gam .. py:data:: binom .. py:data:: fac :value: 1.0 .. py:data:: bot .. py:data:: fac .. py:data:: psi .. py:data:: psi .. py:data:: a1 .. py:data:: b1 .. py:data:: twologhalf .. py:function:: lapld_int_ho(x, y, z1, z2, order) lapld_int_ho. ! Near field only implicit none integer, intent(in) :: order real(kind=8), intent(in) :: x,y complex(kind=8), intent(in) :: z1,z2 complex(kind=8), dimension(0:order) :: omega, qm integer :: m, n real(kind=8) :: L complex(kind=8) :: z, zplus1, zmin1 .. !! processed by numpydoc !! .. py:function:: lapld_int_ho_d1d2(x, y, z1, z2, order, d1, d2) lapld_int_ho_d1d2. Near field only Returns integral from d1 to d2 along real axis while strength is still Delta^order from -1 to +1 implicit none integer, intent(in) :: order real(kind=8), intent(in) :: x,y,d1,d2 complex(kind=8), intent(in) :: z1,z2 complex(kind=8), dimension(0:order) :: omega, omegac integer :: n, m real(kind=8) :: xp, yp, dc, fac complex(kind=8) :: z1p,z2p,bigz1,bigz2 .. !! processed by numpydoc !! .. py:function:: lapld_int_ho_wdis(x, y, z1, z2, order) lapld_int_ho_wdis. # Near field only implicit none integer, intent(in) :: order real(kind=8), intent(in) :: x,y complex(kind=8), intent(in) :: z1,z2 complex(kind=8), dimension(0:order) :: wdis complex(kind=8), dimension(0:10) :: qm # Max order is 10 integer :: m, n complex(kind=8) :: z, zplus1, zmin1, term1, term2, zterm .. !! processed by numpydoc !! .. py:function:: lapld_int_ho_wdis_d1d2(x, y, z1, z2, order, d1, d2) lapld_int_ho_wdis_d1d2. # Near field only # Returns integral from d1 to d2 along real axis while strength is still # Delta^order from -1 to +1 implicit none integer, intent(in) :: order real(kind=8), intent(in) :: x,y,d1,d2 complex(kind=8), intent(in) :: z1,z2 complex(kind=8), dimension(0:order) :: wdis, wdisc integer :: n, m real(kind=8) :: xp, yp, dc, fac complex(kind=8) :: z1p,z2p,bigz1,bigz2 .. !! processed by numpydoc !! .. py:function:: Fp(x, y, z1, z2, biga, order, d1, d2, a, b, nt) .. py:function:: bessells_int_ho_new(x, y, z1, z2, lab, order, d1, d2, nt=20) Docs. To come here .. !! processed by numpydoc !! .. py:function:: bessells_int_ho_qxqy_new(x, y, z1, z2, lab, order, d1, d2) Docs. To come here .. !! processed by numpydoc !! .. py:function:: besselld_int_ho_new(x, y, z1, z2, lab, order, d1, d2) Docs. To come here .. !! processed by numpydoc !! .. py:function:: besselld_int_ho_qxqy_new(x, y, z1, z2, lab, order, d1, d2) Docs. To come here .. !! processed by numpydoc !!