(git:6a2e663)
ps_wavelet_scaling_function Module Reference

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. More...
 
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. More...
 

Detailed Description

Creates the wavelet kernel for the wavelet based poisson solver.

Author
Florian Schiffmann (09.2007,fschiff)

Function/Subroutine Documentation

◆ scaling_function()

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.

Parameters
itype...
nd...
nrange...
a...
x...

Definition at line 34 of file ps_wavelet_scaling_function.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ scf_recursion()

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.

Parameters
itype...
n_iter...
n_range...
kernel_scf...
kern_1_scf...

Definition at line 150 of file ps_wavelet_scaling_function.F.

Here is the call graph for this function:
Here is the caller graph for this function: