![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
IMPURITY. More...
Public Member Functions | |
subroutine | impurity_ets (EQUILIBRIUM_ITER, COREPROF_ITER, CORETRANSP_ITER, COREIMPUR_OLD, COREIMPUR_ITER, CORENEUTRALS_ITER, CORESOURCE_ITER, CORESOURCE_NEW, COREIMPUR_NEW, CONTROL_INTEGER, CONTROL_DOUBLE) |
subroutine | writeoutimpur (ITIME_OUT, COREIMPUR) |
subroutine | integr2 (N, X, Y, INTY) |
IMPURITY.
Definition at line 8 of file impurity.F90.
subroutine impurity::impurity_ets | ( | type (type_equilibrium), dimension(:), pointer | EQUILIBRIUM_ITER, |
type (type_coreprof), dimension(:), pointer | COREPROF_ITER, | ||
type (type_coretransp), dimension(:), pointer | CORETRANSP_ITER, | ||
type (type_coreimpur), dimension(:), pointer | COREIMPUR_OLD, | ||
type (type_coreimpur), dimension(:), pointer | COREIMPUR_ITER, | ||
type (type_coreneutrals), dimension(:), pointer | CORENEUTRALS_ITER, | ||
type (type_coresource), dimension(:), pointer | CORESOURCE_ITER, | ||
type (type_coresource), dimension(:), pointer | CORESOURCE_NEW, | ||
type (type_coreimpur), dimension(:), pointer | COREIMPUR_NEW, | ||
integer, dimension(2), intent(in) | CONTROL_INTEGER, | ||
real (r8), dimension(5), intent(in) | CONTROL_DOUBLE | ||
) |
Definition at line 16 of file impurity.F90.
subroutine impurity::integr2 | ( | integer | N, |
real (r8), dimension(n) | X, | ||
real (r8), dimension(n) | Y, | ||
real (r8), dimension(n) | INTY | ||
) |
Definition at line 1032 of file impurity.F90.
subroutine impurity::writeoutimpur | ( | integer | ITIME_OUT, |
type (type_coreimpur), dimension(:), pointer | COREIMPUR | ||
) |