This module defines the data structure psn that is used for storing data on the triangle grid (fields, potentials, densities, etc.)
More...
This module defines the data structure psn that is used for storing data on the triangle grid (fields, potentials, densities, etc.)
subroutine psn_class::set_rho_ff_pointers |
( |
integer, intent(in) |
nrho, |
|
|
integer, intent(in) |
n, |
|
|
real (8), dimension(n,-1:2), target |
dpot, |
|
|
real (8), dimension(0:1,n), target |
dpot_ff, |
|
|
real (8), dimension(0:1,0:nrho,n), target |
pot_rho_ff, |
|
|
real (8), dimension(0:1,3,0:nrho,n), target |
E_rho_ff |
|
) |
| |
subroutine psn_class::set_rho_pointers |
( |
integer, intent(in) |
nrho, |
|
|
integer, intent(in) |
n, |
|
|
real (8), dimension(n,1), target |
dpot, |
|
|
real (8), dimension(2,0:nrho,n), target |
E_rho |
|
) |
| |
type(psn_type), target psn_class::psn_global |
The documentation for this module was generated from the following file: