XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Types | Public Member Functions | Public Attributes | List of all members
psn_class Module Reference

This module defines the data structure psn that is used for storing data on the triangle grid (fields, potentials, densities, etc.) More...

Collaboration diagram for psn_class:
Collaboration graph
[legend]

Data Types

type  psn_type
 

Public Member Functions

subroutine set_pot_fort (n, npsi00, pot0m)
 
subroutine set_rho_ff_pointers (nrho, n, pot0, dpot_n0, dpot, dpot_ff, pot_rho_ff, E_rho_ff
 
subroutine set_rho_pointers (nrho, n, pot0, dpot, E_rho
 
subroutine set_cden00_1d_fort (npsi00, den00_1d)
 

Public Attributes

type(psn_type), target psn_global
 

Detailed Description

This module defines the data structure psn that is used for storing data on the triangle grid (fields, potentials, densities, etc.)

Member Function/Subroutine Documentation

subroutine psn_class::set_cden00_1d_fort ( integer, intent(in)  npsi00,
real (8), dimension(npsi00), target  den00_1d 
)
subroutine psn_class::set_pot_fort ( integer, intent(in)  n,
integer, intent(in)  npsi00,
real (8), dimension(n), target  pot0m 
)
subroutine psn_class::set_rho_ff_pointers ( integer, intent(in)  nrho,
integer, intent(in)  n,
real (8), dimension(n), target  pot0,
real (8), dimension(n), target  dpot_n0,
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), target  pot0,
real (8), dimension(n,1), target  dpot,
real (8), dimension(2,0:nrho,n), target  E_rho 
)

Member Data Documentation

type(psn_type), target psn_class::psn_global

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