(git:ccc2433)
ps_wavelet_util.F File Reference

Go to the source code of this file.

Modules

module  ps_wavelet_util
 Performs a wavelet based solution of the Poisson equation.
 

Functions/Subroutines

subroutine, public ps_wavelet_util::psolver (geocode, iproc, nproc, n01, n02, n03, hx, hy, hz, rhopot, karray, pw_grid)
 Calculate the Poisson equation $\nabla^2 V(x,y,z)=-4 \pi \rho(x,y,z)$ from a given $\rho$, for different boundary conditions an for different data distributions. Following the boundary conditions, it applies the Poisson Kernel previously calculated. More...
 
subroutine, public ps_wavelet_util::p_fft_dimensions (n01, n02, n03, m1, m2, m3, n1, n2, n3, md1, md2, md3, nd1, nd2, nd3, nproc)
 Calculate four sets of dimension needed for the calculation of the convolution for the periodic system. More...
 
subroutine, public ps_wavelet_util::s_fft_dimensions (n01, n02, n03, m1, m2, m3, n1, n2, n3, md1, md2, md3, nd1, nd2, nd3, nproc)
 Calculate four sets of dimension needed for the calculation of the convolution for the surface system. More...
 
subroutine, public ps_wavelet_util::f_fft_dimensions (n01, n02, n03, m1, m2, m3, n1, n2, n3, md1, md2, md3, nd1, nd2, nd3, nproc)
 Calculate four sets of dimension needed for the calculation of the zero-padded convolution. More...