sdmn Subroutine

public subroutine sdmn(m, n, c, Cv, Kd, Df)

Compute the expansion coefficients of the prolate and oblate spheroidal functions, dk

Arguments

Type IntentOptional Attributes Name
integer :: m
integer :: n
real(kind=wp) :: c
real(kind=wp) :: Cv
integer :: Kd
real(kind=wp), dimension(200) :: Df

Called by

proc~~sdmn~~CalledByGraph proc~sdmn specfun_module::sdmn proc~aswfa specfun_module::aswfa proc~aswfa->proc~sdmn proc~aswfb specfun_module::aswfb proc~aswfb->proc~sdmn proc~rswfo specfun_module::rswfo proc~rswfo->proc~sdmn proc~rswfp specfun_module::rswfp proc~rswfp->proc~sdmn