![]() |
(git:e68414f)
|
#include "../base/base_uses.f90"Go to the source code of this file.
Modules | |
| module | ps_wavelet_scaling_function |
| Creates the wavelet kernel for the wavelet based poisson solver. | |
Functions/Subroutines | |
| subroutine, public | ps_wavelet_scaling_function::scaling_function (itype, nd, nrange, a, x) |
| Calculate the values of a scaling function in real uniform grid. | |
| subroutine, public | ps_wavelet_scaling_function::scf_recursion (itype, n_iter, n_range, kernel_scf, kern_1_scf) |
| Do iterations to go from p0gauss to pgauss order interpolating scaling function. | |