![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
This module contains routines for allocation/deallocation if CPOs used in ETS. More...
Public Member Functions | |
subroutine | allocate_coreprof_cpo (NSLICE, NRHO, NION, COREPROF) |
This routine allocates COREPROF CPO. More... | |
subroutine | allocate_coretransp_cpo (NSLICE, NRHO, NION, NIMP, NZIMP, CORETRANSP) |
subroutine | allocate_coresource_cpo (NSLICE, NRHO, NION, NIMP, NZIMP, CORESOURCE) |
subroutine | allocate_compositionc_cpo (NUCL, NNEUT, NTYPE, NCOMP, NION, NIMP, NZIMP, COMPOSITIONC) |
subroutine | allocate_coreimpur_cpo (NSLICE, NRHO, NIMP, NZIMP, COREIMPUR) |
This routine allocates COREIMPUR CPO. More... | |
subroutine | allocate_coreneutrals_cpo (NSLICE, NRHO, NATM, NNEUT, NTYPE, NCOMP, CORENEUTRALS) |
subroutine | allocate_equilibrium_cpo (NSLICE, NRHO, EQUILIBRIUM) |
subroutine | allocate_toroidfield_cpo (NSLICE, TOROIDFIELD) |
This module contains routines for allocation/deallocation if CPOs used in ETS.
Definition at line 9 of file write_cpo_allocate_deallocate.f90.
subroutine write_cpo_allocate_deallocate::allocate_compositionc_cpo | ( | integer | NUCL, |
integer | NNEUT, | ||
integer, dimension(:), allocatable | NTYPE, | ||
integer, dimension(:) | NCOMP, | ||
integer | NION, | ||
integer | NIMP, | ||
integer, dimension(:), allocatable | NZIMP, | ||
type (type_compositionc), pointer | COMPOSITIONC | ||
) |
Definition at line 318 of file write_cpo_allocate_deallocate.f90.
subroutine write_cpo_allocate_deallocate::allocate_coreimpur_cpo | ( | integer | NSLICE, |
integer | NRHO, | ||
integer | NIMP, | ||
integer, dimension(:), allocatable | NZIMP, | ||
type (type_coreimpur), dimension(:), pointer | COREIMPUR | ||
) |
This routine allocates COREIMPUR CPO.
Definition at line 418 of file write_cpo_allocate_deallocate.f90.
subroutine write_cpo_allocate_deallocate::allocate_coreneutrals_cpo | ( | integer | NSLICE, |
integer | NRHO, | ||
integer | NATM, | ||
integer | NNEUT, | ||
integer, dimension(:), allocatable | NTYPE, | ||
integer, dimension(:), allocatable | NCOMP, | ||
type (type_coreneutrals), dimension(:), pointer | CORENEUTRALS | ||
) |
Definition at line 509 of file write_cpo_allocate_deallocate.f90.
subroutine write_cpo_allocate_deallocate::allocate_coreprof_cpo | ( | integer | NSLICE, |
integer | NRHO, | ||
integer | NION, | ||
type (type_coreprof), dimension(:), pointer | COREPROF | ||
) |
This routine allocates COREPROF CPO.
Definition at line 34 of file write_cpo_allocate_deallocate.f90.
subroutine write_cpo_allocate_deallocate::allocate_coresource_cpo | ( | integer | NSLICE, |
integer | NRHO, | ||
integer | NION, | ||
integer | NIMP, | ||
integer, dimension(:), allocatable | NZIMP, | ||
type (type_coresource), dimension(:), pointer | CORESOURCE | ||
) |
Definition at line 234 of file write_cpo_allocate_deallocate.f90.
subroutine write_cpo_allocate_deallocate::allocate_coretransp_cpo | ( | integer | NSLICE, |
integer | NRHO, | ||
integer | NION, | ||
integer | NIMP, | ||
integer, dimension(:) | NZIMP, | ||
type (type_coretransp), dimension(:), pointer | CORETRANSP | ||
) |
Definition at line 140 of file write_cpo_allocate_deallocate.f90.
subroutine write_cpo_allocate_deallocate::allocate_equilibrium_cpo | ( | integer | NSLICE, |
integer | NRHO, | ||
type (type_equilibrium), dimension(:), pointer | EQUILIBRIUM | ||
) |
Definition at line 628 of file write_cpo_allocate_deallocate.f90.
subroutine write_cpo_allocate_deallocate::allocate_toroidfield_cpo | ( | integer | NSLICE, |
type (type_toroidfield), dimension(:), pointer | TOROIDFIELD | ||
) |
Definition at line 729 of file write_cpo_allocate_deallocate.f90.