(git:3add494)
dg_rho0_types Module Reference

Functions/Subroutines

subroutine, public dg_rho0_set (dg_rho0, TYPE, grid, kind, cutoff_radius, gcc, zet, density)
 Set the dg_rho0_type. More...
 
subroutine, public dg_rho0_get (dg_rho0, cutoff_radius, TYPE, grid, kind, gcc, zet, density)
 Get the dg_rho0_type. More...
 
subroutine, public dg_rho0_create (dg_rho0)
 create the dg_rho0 structure More...
 
subroutine, public dg_rho0_release (dg_rho0)
 releases the given dg_rho0_type More...
 
subroutine, public dg_rho0_init (dg_rho0, pw_grid)
 ... More...
 

Detailed Description

History
none

Function/Subroutine Documentation

◆ dg_rho0_set()

subroutine, public dg_rho0_types::dg_rho0_set ( type(dg_rho0_type), pointer  dg_rho0,
integer, optional  TYPE,
integer, optional  grid,
integer, optional  kind,
real(kind=dp), optional  cutoff_radius,
real(kind=dp), dimension(:), optional, pointer  gcc,
real(kind=dp), dimension(:), optional, pointer  zet,
type(pw_r3d_rs_type), optional, pointer  density 
)

Set the dg_rho0_type.

Parameters
dg_rho0...
TYPE...
grid...
kind...
cutoff_radius...
gcc...
zet...
density...
Version
1.0

Definition at line 63 of file dg_rho0_types.F.

Here is the caller graph for this function:

◆ dg_rho0_get()

subroutine, public dg_rho0_types::dg_rho0_get ( type(dg_rho0_type), pointer  dg_rho0,
real(kind=dp), optional  cutoff_radius,
integer, optional  TYPE,
integer, optional  grid,
integer, optional  kind,
real(kind=dp), dimension(:), optional, pointer  gcc,
real(kind=dp), dimension(:), optional, pointer  zet,
type(pw_r3d_rs_type), optional, pointer  density 
)

Get the dg_rho0_type.

Parameters
dg_rho0...
cutoff_radius...
TYPE...
grid...
kind...
gcc...
zet...
density...
Version
1.0

Definition at line 94 of file dg_rho0_types.F.

Here is the caller graph for this function:

◆ dg_rho0_create()

subroutine, public dg_rho0_types::dg_rho0_create ( type(dg_rho0_type), pointer  dg_rho0)

create the dg_rho0 structure

Parameters
dg_rho0...
Version
1.0

Definition at line 117 of file dg_rho0_types.F.

Here is the caller graph for this function:

◆ dg_rho0_release()

subroutine, public dg_rho0_types::dg_rho0_release ( type(dg_rho0_type), pointer  dg_rho0)

releases the given dg_rho0_type

Parameters
dg_rho0the dg_rho0_type to release
History
04.2003 created [fawzi]
Author
fawzi
Note
see doc/ReferenceCounting.html

Definition at line 133 of file dg_rho0_types.F.

Here is the caller graph for this function:

◆ dg_rho0_init()

subroutine, public dg_rho0_types::dg_rho0_init ( type(dg_rho0_type), pointer  dg_rho0,
type(pw_grid_type), pointer  pw_grid 
)

...

Parameters
dg_rho0...
pw_grid...

Definition at line 159 of file dg_rho0_types.F.

Here is the caller graph for this function: