(git:c5411e0)
Loading...
Searching...
No Matches
spme::get_patch Interface Reference

Public Member Functions

subroutine get_patch_a (part, delta, green, p, rhos, is_core, is_shell, unit_charge, charges)
 Calculates local density in a small box.
 
subroutine get_patch_b (part, delta, green, p, rhos, charges)
 Calculates local density in a small box.
 

Detailed Description

Definition at line 66 of file spme.F.

Member Function/Subroutine Documentation

◆ get_patch_a()

subroutine spme::get_patch::get_patch_a ( type(particle_type), dimension(:), intent(in)  part,
real(kind=dp), dimension(:, :), intent(in)  delta,
type(greens_fn_type), intent(in)  green,
integer, intent(in)  p,
real(kind=dp), dimension(:, :, :), intent(out)  rhos,
logical, intent(in)  is_core,
logical, intent(in)  is_shell,
logical, intent(in)  unit_charge,
real(kind=dp), dimension(:), optional, pointer  charges 
)

Calculates local density in a small box.

Parameters
part...
delta...
green...
p...
rhos...
is_core...
is_shell...
unit_charge...
charges...
History
none
Author
JGH (21-Mar-2001)

Definition at line 764 of file spme.F.

Here is the call graph for this function:

◆ get_patch_b()

subroutine spme::get_patch::get_patch_b ( type(particle_type), dimension(:), intent(in)  part,
real(kind=dp), dimension(:, :), intent(in)  delta,
type(greens_fn_type), intent(in)  green,
integer, intent(in)  p,
real(kind=dp), dimension(:, :, :), intent(out)  rhos,
real(kind=dp), dimension(:), pointer  charges 
)

Calculates local density in a small box.

Parameters
part...
delta...
green...
p...
rhos...
charges...
History
none
Author
JGH (21-Mar-2001)

Definition at line 819 of file spme.F.


The documentation for this interface was generated from the following file: