A complicated radial function that uses a supplied array to store the values of the Bessel functions. Note that this function is identical to radial_function except of 1.5_wp in one of the exponents.
More...
|
| integer | li |
| |
| integer | l1 |
| |
| integer | l |
| |
| real(kind=cfp) | alpha |
| |
| real(kind=cfp) | ra |
| |
| real(kind=wp), dimension(:), allocatable | wp_bes |
| |
| real(kind=ep1), dimension(:), allocatable | ep_bes |
| |
| integer | no_eval = 0 |
| |
A complicated radial function that uses a supplied array to store the values of the Bessel functions. Note that this function is identical to radial_function except of 1.5_wp in one of the exponents.
◆ ep_eval()
◆ final()
◆ init()
◆ wp_eval()
◆ alpha
| real(kind=cfp) function_integration_gbl::radial_function_buff::alpha |
◆ ep_bes
| real(kind=ep1), dimension(:), allocatable function_integration_gbl::radial_function_buff::ep_bes |
| integer function_integration_gbl::radial_function_buff::l |
◆ l1
| integer function_integration_gbl::radial_function_buff::l1 |
◆ li
| integer function_integration_gbl::radial_function_buff::li |
◆ no_eval
| integer function_integration_gbl::radial_function_buff::no_eval = 0 |
◆ ra
| real(kind=cfp) function_integration_gbl::radial_function_buff::ra |
◆ wp_bes
| real(kind=wp), dimension(:), allocatable function_integration_gbl::radial_function_buff::wp_bes |
The documentation for this type was generated from the following file: