![]() |
(git:b77b4be)
|
Creates the wavelet kernel for the wavelet based poisson solver. More...
Functions/Subroutines | |
subroutine, public | scaling_function (itype, nd, nrange, a, x) |
Calculate the values of a scaling function in real uniform grid. | |
subroutine, public | scf_recursion (itype, n_iter, n_range, kernel_scf, kern_1_scf) |
Do iterations to go from p0gauss to pgauss order interpolating scaling function. | |
Creates the wavelet kernel for the wavelet based poisson solver.
subroutine, public ps_wavelet_scaling_function::scaling_function | ( | integer, intent(in) | itype, |
integer, intent(in) | nd, | ||
integer, intent(out) | nrange, | ||
real(kind=dp), dimension(0:nd), intent(out) | a, | ||
real(kind=dp), dimension(0:nd), intent(out) | x | ||
) |
Calculate the values of a scaling function in real uniform grid.
itype | ... |
nd | ... |
nrange | ... |
a | ... |
x | ... |
Definition at line 34 of file ps_wavelet_scaling_function.F.
subroutine, public ps_wavelet_scaling_function::scf_recursion | ( | integer, intent(in) | itype, |
integer, intent(in) | n_iter, | ||
integer, intent(in) | n_range, | ||
real(kind=dp), dimension(-n_range:n_range), intent(inout) | kernel_scf, | ||
real(kind=dp), dimension(-n_range:n_range), intent(out) | kern_1_scf | ||
) |
Do iterations to go from p0gauss to pgauss order interpolating scaling function.
itype | ... |
n_iter | ... |
n_range | ... |
kernel_scf | ... |
kern_1_scf | ... |
Definition at line 150 of file ps_wavelet_scaling_function.F.