tools_input Module


Uses

  • module~~tools_input~~UsesGraph module~tools_input tools_input module~class_vector class_vector module~tools_input->module~class_vector module~class_psblas class_psblas module~tools_input->module~class_psblas json_module json_module module~tools_input->json_module module~class_vector->module~class_psblas module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod

Used by


Contents


Variables

TypeVisibility AttributesNameInitial
real(kind=psb_dpk_), public, parameter:: mandatory_d_ =-9999.d0
character(len=*), public, parameter:: mandatory_h_ ='mandatory'
integer, public, parameter:: mandatory_i_ =-999
logical, public, parameter:: mandatory_l_ =.false.

Interfaces

interface

  • public module subroutine find_section(sec, nemo_json)

    Arguments

    Type IntentOptional AttributesName
    character(len=*), intent(in) :: sec
    type(json_file), intent(inout) :: nemo_json

public interface get_par

  • public function get_par_d(inp, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    integer, intent(in) :: inp
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    real(kind=psb_dpk_), intent(in) :: default

    Return Value real(kind=psb_dpk_)

  • public function get_par_h(inp, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    integer, intent(in) :: inp
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    character(len=*), intent(in) :: default

    Return Value character(len=:), allocatable

  • public function get_par_i(inp, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    integer, intent(in) :: inp
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    integer, intent(in) :: default

    Return Value integer

  • public function get_par_l(inp, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    integer, intent(in) :: inp
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    logical, intent(in) :: default

    Return Value logical

  • public function get_par_v(inp, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    integer, intent(in) :: inp
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    type(vector), intent(in) :: default

    Return Value type(vector)

interface

  • public module subroutine open_file(input_file, nemo_json)

    Arguments

    Type IntentOptional AttributesName
    character(len=*), intent(in) :: input_file
    type(json_file), intent(out) :: nemo_json

public interface read_par

  • public function read_par_d(input_file, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    character(len=*), intent(in) :: input_file
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    real(kind=psb_dpk_), intent(in) :: default

    Return Value real(kind=psb_dpk_)

  • public function read_par_h(input_file, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    character(len=*), intent(in) :: input_file
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    character(len=*), intent(in) :: default

    Return Value character(len=:), allocatable

  • public function read_par_i(input_file, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    character(len=*), intent(in) :: input_file
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    integer, intent(in) :: default

    Return Value integer

  • public function read_par_l(input_file, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    character(len=*), intent(in) :: input_file
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    logical, intent(in) :: default

    Return Value logical

  • public function read_par_v(input_file, sec, par, default)

    Arguments

    Type IntentOptional AttributesName
    character(len=*), intent(in) :: input_file
    character(len=*), intent(in) :: sec
    character(len=*), intent(in) :: par
    type(vector), intent(in) :: default

    Return Value type(vector)