(git:3add494)
dg_types Module Reference

Data Types

type  dg_type
 

Functions/Subroutines

subroutine, public dg_get (dg, dg_rho0)
 Get the dg_type. More...
 
subroutine, public dg_create (dg)
 create the dg structure More...
 
subroutine, public dg_release (dg)
 releases the given dg_type More...
 
subroutine, public dg_set (dg, dg_rho0)
 Set the double grid environment. More...
 

Detailed Description

History
none

Function/Subroutine Documentation

◆ dg_get()

subroutine, public dg_types::dg_get ( type(dg_type), pointer  dg,
type(dg_rho0_type), optional, pointer  dg_rho0 
)

Get the dg_type.

Parameters
dg...
dg_rho0...
Version
1.0

Definition at line 43 of file dg_types.F.

Here is the caller graph for this function:

◆ dg_create()

subroutine, public dg_types::dg_create ( type(dg_type), intent(out)  dg)

create the dg structure

Parameters
dg...
Version
1.0

Definition at line 56 of file dg_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dg_release()

subroutine, public dg_types::dg_release ( type(dg_type), intent(inout)  dg)

releases the given dg_type

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

Definition at line 72 of file dg_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dg_set()

subroutine, public dg_types::dg_set ( type(dg_type), pointer  dg,
type(dg_rho0_type), optional, pointer  dg_rho0 
)

Set the double grid environment.

Parameters
dg...
dg_rho0...
Version
1.0

Definition at line 84 of file dg_types.F.

Here is the call graph for this function: