![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | rvy_lm (r, y, l, m) |
... | |
subroutine | rry_lm (r, y, l, m) |
... | |
subroutine | cvy_lm (r, y, l, m) |
... | |
subroutine | ccy_lm (r, y, l, m) |
... | |
Definition at line 45 of file spherical_harmonics.F.
subroutine spherical_harmonics::y_lm::rvy_lm | ( | real(kind=dp), dimension(:, :), intent(in) | r, |
real(kind=dp), dimension(:), intent(out) | y, | ||
integer, intent(in) | l, | ||
integer, intent(in) | m | ||
) |
...
r | ... |
y | ... |
l | ... |
m | ... |
Definition at line 411 of file spherical_harmonics.F.
subroutine spherical_harmonics::y_lm::rry_lm | ( | real(kind=dp), dimension(:), intent(in) | r, |
real(kind=dp), intent(out) | y, | ||
integer, intent(in) | l, | ||
integer, intent(in) | m | ||
) |
...
r | ... |
y | ... |
l | ... |
m | ... |
Definition at line 542 of file spherical_harmonics.F.
subroutine spherical_harmonics::y_lm::cvy_lm | ( | real(kind=dp), dimension(:, :), intent(in) | r, |
complex(kind=dp), dimension(:), intent(out) | y, | ||
integer, intent(in) | l, | ||
integer, intent(in) | m | ||
) |
...
r | ... |
y | ... |
l | ... |
m | ... |
Definition at line 669 of file spherical_harmonics.F.
subroutine spherical_harmonics::y_lm::ccy_lm | ( | real(kind=dp), dimension(:), intent(in) | r, |
complex(kind=dp), intent(out) | y, | ||
integer, intent(in) | l, | ||
integer, intent(in) | m | ||
) |
...
r | ... |
y | ... |
l | ... |
m | ... |
Definition at line 849 of file spherical_harmonics.F.