Module provides the interface between (external) CPO and internal ETS derived types.
More...
|
subroutine | itm_ets (COREPROF_OLD, COREPROF_ITER, COREPROF_NEW, EQUILIBRIUM_OLD, EQUILIBRIUM_ITER, CORETRANSP, CORESOURCE, COREIMPUR, CONTROL_INTEGER, CONTROL_DOUBLE, code_parameters) |
| ETS. More...
|
|
subroutine | transport_solver_interface |
|
Module provides the interface between (external) CPO and internal ETS derived types.
- Author
- D.Kalupin
- Version
- "$Id: ets.F90 1950 2018-12-15 11:31:13Z g2dpc $"
Definition at line 8 of file ets.F90.
subroutine ets::itm_ets |
( |
type (type_coreprof), dimension(:), pointer |
COREPROF_OLD, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_ITER, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_NEW, |
|
|
type (type_equilibrium), dimension(:), pointer |
EQUILIBRIUM_OLD, |
|
|
type (type_equilibrium), dimension(:), pointer |
EQUILIBRIUM_ITER, |
|
|
type (type_coretransp), dimension(:), pointer |
CORETRANSP, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE, |
|
|
type (type_coreimpur), dimension(:), pointer |
COREIMPUR, |
|
|
integer, dimension(4) |
CONTROL_INTEGER, |
|
|
real (r8), dimension(6) |
CONTROL_DOUBLE, |
|
|
type (type_param) |
code_parameters |
|
) |
| |
ETS.
This routine provides interface between CPO derived types and internal ETS derived types.
- Author
- D.Kalupin
- Version
- "$Id: ets.F90 1950 2018-12-15 11:31:13Z g2dpc $"
Definition at line 25 of file ets.F90.
subroutine ets::transport_solver_interface |
( |
| ) |
|
The documentation for this module was generated from the following file: