ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
itm_test_routines Module Reference

Module provides routines for testing. More...

Public Member Functions

subroutine process_xml (SOLVER_TYPE, SIGMA_SOURCE, TAU, AMIX, CONVREC, NRHO, NION, NIMP, NZIMP, NTIME, NSOL, PSI_BND_TYPE, NI_BND_TYPE, TI_BND_TYPE, TE_BND_TYPE, VTOR_BND_TYPE, shot_no, run_no, codeparam, database_format)
 process the xml version of the input file from codeparam More...
 
subroutine read_codeparam (in_xml, filename, codeparam)
 
subroutine set_cpo (NRHO, NION, NIMP, NZIMP, NTIME, NSOL, PSI_BND_TYPE, NI_BND_TYPE, TI_BND_TYPE, TE_BND_TYPE, VTOR_BND_TYPE, EQUILIBRIUM, COREPROF, CORETRANSP)
 
subroutine set_control (SOLVER_TYPE, SIGMA_SOURCE, TAU, AMIX, CONVREC, CONTROL)
 setup control structure More...
 
subroutine write_out (ITIME, COREPROF_NEW, COREPROF_ANALYTIC)
 This subroutine stores the results of computations into files. More...
 

Detailed Description

Module provides routines for testing.

Author
???
Version
"$Id: itm_test_routines.f90 1609 2014-10-06 13:54:25Z denka $"

Definition at line 8 of file itm_test_routines.f90.

Member Function/Subroutine Documentation

subroutine itm_test_routines::process_xml ( integer  SOLVER_TYPE,
integer  SIGMA_SOURCE,
real (r8)  TAU,
real (r8)  AMIX,
real (r8)  CONVREC,
integer  NRHO,
integer  NION,
integer  NIMP,
integer, dimension(:), allocatable  NZIMP,
integer  NTIME,
integer  NSOL,
integer  PSI_BND_TYPE,
integer  NI_BND_TYPE,
integer  TI_BND_TYPE,
integer  TE_BND_TYPE,
integer  VTOR_BND_TYPE,
integer  shot_no,
integer  run_no,
type (type_param)  codeparam,
character (len=32)  database_format 
)

process the xml version of the input file from codeparam

Author
D. Coster
Version
"$Id: itm_test_routines.f90 1609 2014-10-06 13:54:25Z denka $"

Definition at line 21 of file itm_test_routines.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine itm_test_routines::read_codeparam ( integer  in_xml,
character (len=*)  filename,
type (type_codeparam)  codeparam 
)

Definition at line 224 of file itm_test_routines.f90.

subroutine itm_test_routines::set_control ( integer  SOLVER_TYPE,
integer  SIGMA_SOURCE,
real (r8)  TAU,
real (r8)  AMIX,
real (r8)  CONVREC,
type (run_control)  CONTROL 
)

setup control structure

Author
???
Version
"$Id: itm_test_routines.f90 1609 2014-10-06 13:54:25Z denka $"

Definition at line 381 of file itm_test_routines.f90.

Here is the caller graph for this function:

subroutine itm_test_routines::set_cpo ( integer  NRHO,
integer  NION,
integer  NIMP,
integer, dimension(:), allocatable  NZIMP,
integer  NTIME,
integer  NSOL,
integer  PSI_BND_TYPE,
integer  NI_BND_TYPE,
integer  TI_BND_TYPE,
integer  TE_BND_TYPE,
integer  VTOR_BND_TYPE,
type (type_equilibrium), dimension(:), pointer  EQUILIBRIUM,
type (type_coreprof), dimension(:), pointer  COREPROF,
type (type_coretransp), dimension(:), pointer  CORETRANSP 
)
Author
???
Version
"$Id: itm_test_routines.f90 1609 2014-10-06 13:54:25Z denka $"

Definition at line 280 of file itm_test_routines.f90.

Here is the caller graph for this function:

subroutine itm_test_routines::write_out ( integer  ITIME,
type (type_coreprof), dimension(:), pointer  COREPROF_NEW,
type (type_coreprof), dimension(:), pointer  COREPROF_ANALYTIC 
)

This subroutine stores the results of computations into files.

Author
???
Version
"$Id: itm_test_routines.f90 1609 2014-10-06 13:54:25Z denka $"

Definition at line 431 of file itm_test_routines.f90.

Here is the caller graph for this function:


The documentation for this module was generated from the following file: