![]() |
(git:b77b4be)
|
Data Types | |
type | dg_type |
Functions/Subroutines | |
subroutine, public | dg_get (dg, dg_rho0) |
Get the dg_type. | |
subroutine, public | dg_create (dg) |
create the dg structure | |
subroutine, public | dg_release (dg) |
releases the given dg_type | |
subroutine, public | dg_set (dg, dg_rho0) |
Set the double grid environment. | |
subroutine, public dg_types::dg_get | ( | type(dg_type), pointer | dg, |
type(dg_rho0_type), optional, pointer | dg_rho0 | ||
) |
Get the dg_type.
dg | ... |
dg_rho0 | ... |
Definition at line 43 of file dg_types.F.
subroutine, public dg_types::dg_create | ( | type(dg_type), intent(out) | dg | ) |
create the dg structure
dg | ... |
Definition at line 56 of file dg_types.F.
subroutine, public dg_types::dg_release | ( | type(dg_type), intent(inout) | dg | ) |
releases the given dg_type
dg | the dg_type to release |
Definition at line 72 of file dg_types.F.
subroutine, public dg_types::dg_set | ( | type(dg_type), pointer | dg, |
type(dg_rho0_type), optional, pointer | dg_rho0 | ||
) |
Set the double grid environment.
dg | ... |
dg_rho0 | ... |
Definition at line 84 of file dg_types.F.