![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Module provides routines for testing. More...
Public Member Functions | |
subroutine | process_xml (NPSI, NRHO, NEQ_DIM1, NEQ_DIM2, MAX_NPOINTS, |
read in the xml version of the input file More... | |
subroutine | read_codeparam (in_xml, filename, codeparam) |
subroutine | write_out (ITIME, COREPROF) |
This subroutine stores the results of computations into files. More... | |
subroutine | write_equilibrium (ITIME, EQUILIBRIUM) |
This subroutine stores the results of computations into files. More... | |
Module provides routines for testing.
Definition at line 8 of file itm_test_routines_etseq.f90.
subroutine itm_test_routines_etseq::process_xml | ( | integer | NPSI, |
integer | NRHO, | ||
integer | NEQ_DIM1, | ||
integer | NEQ_DIM2, | ||
integer | MAX_NPOINTS | ||
) |
read in the xml version of the input file
Definition at line 21 of file itm_test_routines_etseq.f90.
subroutine itm_test_routines_etseq::read_codeparam | ( | integer | in_xml, |
character (len=*) | filename, | ||
type (type_codeparam) | codeparam | ||
) |
Definition at line 935 of file itm_test_routines_etseq.f90.
subroutine itm_test_routines_etseq::write_equilibrium | ( | integer | ITIME, |
type (type_equilibrium), dimension(:), pointer | EQUILIBRIUM | ||
) |
This subroutine stores the results of computations into files.
author DENIS KALUPIN
Definition at line 1059 of file itm_test_routines_etseq.f90.
subroutine itm_test_routines_etseq::write_out | ( | integer | ITIME, |
type (type_coreprof), dimension(:), pointer | COREPROF | ||
) |
This subroutine stores the results of computations into files.
Definition at line 993 of file itm_test_routines_etseq.f90.