|
| 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.
|
| |
Definition at line 65 of file spme.F.
◆ 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 873 of file spme.F.
◆ 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 928 of file spme.F.
The documentation for this interface was generated from the following file: