Octopus
|
Data Types | |
interface | poisson_cutoff_1d_0d |
interface | poisson_cutoff_2d_0d |
interface | poisson_cutoff_2d_1d |
interface | poisson_cutoff_3d_1d_finite |
interface | poisson_cutoff_intcoslog |
Functions/Subroutines | |
real(real64) function, public | poisson_cutoff_3d_0d (x, r) |
real(real64) function, public | poisson_cutoff_3d_1d (x, p, rmax) |
real(real64) function, public | poisson_cutoff_3d_2d (p, z, r) |
real(real64) function, public poisson_cutoff_oct_m::poisson_cutoff_3d_0d | ( | real(real64), intent(in) | x, |
real(real64), intent(in) | r | ||
) |
Definition at line 178 of file poisson_cutoff.F90.
real(real64) function, public poisson_cutoff_oct_m::poisson_cutoff_3d_1d | ( | real(real64), intent(in) | x, |
real(real64), intent(in) | p, | ||
real(real64), intent(in) | rmax | ||
) |
Definition at line 190 of file poisson_cutoff.F90.
real(real64) function, public poisson_cutoff_oct_m::poisson_cutoff_3d_2d | ( | real(real64), intent(in) | p, |
real(real64), intent(in) | z, | ||
real(real64), intent(in) | r | ||
) |
Definition at line 220 of file poisson_cutoff.F90.