XGCa
|
This module defines the data structure psn that is used for storing data on the triangle grid (fields, potentials, densities, etc.) More...
Data Types | |
type | psn_type |
Functions/Subroutines | |
subroutine | set_rho_ff_pointers (n, dpot, dpot_ff) |
subroutine | set_rho_pointers (n, dpot) |
Variables | |
type(psn_type), target | psn_global |
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), value | n, |
real (8), dimension(n,-1:2), target | dpot, | ||
real (8), dimension(0:1,n), target | dpot_ff | ||
) |
subroutine psn_class::set_rho_pointers | ( | integer, intent(in), value | n, |
real (8), dimension(n,1), target | dpot | ||
) |
type(psn_type), target psn_class::psn_global |