Octopus
poisson_corrections.F90 File Reference

Go to the source code of this file.

Modules

module  poisson_corrections_oct_m
 

Data Types

type  poisson_corrections_oct_m::poisson_corr_t
 

Functions/Subroutines

subroutine, public poisson_corrections_oct_m::poisson_corrections_init (this, namespace, space, ml, mesh)
 
real(real64) function isubl (ll, xx)
 
subroutine, public poisson_corrections_oct_m::poisson_corrections_end (this)
 
subroutine, public poisson_corrections_oct_m::correct_rho (this, der, rho, rho_corrected, vh_correction)
 
subroutine poisson_corrections_oct_m::get_multipoles (this, mesh, rho, ml, mult)
 
subroutine, public poisson_corrections_oct_m::internal_laplacian_op (xx, yy)
 
real(real64) function, public poisson_corrections_oct_m::internal_dotp (xx, yy)
 
subroutine, public poisson_corrections_oct_m::poisson_boundary_conditions (this, mesh, rho, pot)
 

Variables

real(real64), parameter poisson_corrections_oct_m::alpha_ = M_FIVE
 
type(derivatives_t), pointer, public poisson_corrections_oct_m::der_pointer
 
type(mesh_t), pointer, public poisson_corrections_oct_m::mesh_pointer
 
integer, parameter poisson_corrections_oct_m::corr_multipole = 1
 
integer, parameter poisson_corrections_oct_m::corr_exact = 3
 

Function/Subroutine Documentation

◆ isubl()

real(real64) function poisson_corrections_init::isubl ( integer, intent(in)  ll,
real(real64), intent(in)  xx 
)
private

Definition at line 255 of file poisson_corrections.F90.