Defines utility routine for computing value of a solid gaussian basis elements at point r. More...
Functions/Subroutines | |
recursive real(kind=8) function | y_value (a, l, m, r) |
Value of a Solid real spherical harmonic centered in (0,0,0) at point r. More... | |
Defines utility routine for computing value of a solid gaussian basis elements at point r.
Author: I. Duchemin July 2015
recursive real(kind=8) function y_value | ( | real(kind=8), intent(in) | a, |
integer, intent(in) | l, | ||
integer, intent(in) | m, | ||
real(kind=8), dimension(3), intent(in) | r | ||
) |
Value of a Solid real spherical harmonic centered in (0,0,0) at point r.
[in] | a | a exponent for Ylm |
[in] | l | l for Ylm, l must be < 6 |
[in] | m | m for Ylm |
[in] | r | relative position in space |