![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | analyticalplasma (TIME, COREPROF_in, EQUILIBRIUM, COREPROF, CORETRANSP, CORESOURCE, COREIMPUR, code_parameters) |
Module to cope with problems in fc2k. More... | |
subroutine analyticalplasma | ( | real (r8) | TIME, |
type (type_coreprof), dimension(:), pointer | COREPROF_in, | ||
type (type_equilibrium), dimension(:), pointer | EQUILIBRIUM, | ||
type (type_coreprof), dimension(:), pointer | COREPROF, | ||
type (type_coretransp), dimension(:), pointer | CORETRANSP, | ||
type (type_coresource), dimension(:), pointer | CORESOURCE, | ||
type (type_coreimpur), dimension(:), pointer | COREIMPUR, | ||
type (type_param) | code_parameters | ||
) |
Module to cope with problems in fc2k.
Provides analyticalplasma for FC2K with arguments: in TIME: REAL(R8) in COREPROF_in: TYPE_COREPROF out EQUILIBRIUM: TYPE_EQUILIBRIUM out COREPROF: TYPE_COREPROF out CORETRANSP:TYPE_CORETRANSP out CORESOURCE:TYPE_CORESOURCE
Definition at line 17 of file fc2k_workaround_analytics.f90.