Block-Structured AMR Software Framework
AMReX_parmparse_mod.F90 File Reference

Data Types

type  amrex_parmparse_module::amrex_parmparse
 
interface  amrex_parmparse_module::amrex_new_parmparse
 
interface  amrex_parmparse_module::amrex_delete_parmparse
 
interface  amrex_parmparse_module::amrex_parmparse_get_counts
 
interface  amrex_parmparse_module::amrex_parmparse_get_int
 
interface  amrex_parmparse_module::amrex_parmparse_get_real
 
interface  amrex_parmparse_module::amrex_parmparse_get_bool
 
interface  amrex_parmparse_module::amrex_parmparse_get_string
 
interface  amrex_parmparse_module::amrex_parmparse_delete_cp_char
 
interface  amrex_parmparse_module::amrex_parmparse_get_intarr
 
interface  amrex_parmparse_module::amrex_parmparse_get_realarr
 
interface  amrex_parmparse_module::amrex_parmparse_get_stringarr
 
interface  amrex_parmparse_module::amrex_parmparse_query_int
 
interface  amrex_parmparse_module::amrex_parmparse_query_real
 
interface  amrex_parmparse_module::amrex_parmparse_query_bool
 
interface  amrex_parmparse_module::amrex_parmparse_query_string
 
interface  amrex_parmparse_module::amrex_parmparse_add_int
 
interface  amrex_parmparse_module::amrex_parmparse_add_real
 
interface  amrex_parmparse_module::amrex_parmparse_add_bool
 
interface  amrex_parmparse_module::amrex_parmparse_add_string
 
interface  amrex_parmparse_module::amrex_parmparse_add_intarr
 
interface  amrex_parmparse_module::amrex_parmparse_add_realarr
 
interface  amrex_parmparse_module::amrex_parmparse_add_stringarr
 
interface  amrex_parmparse_module::amrex_parmparse_destroy
 

Modules

module  amrex_parmparse_module
 

Functions/Subroutines

subroutine, public amrex_parmparse_module::amrex_parmparse_build (pp, name)
 
subroutine, public amrex_parmparse_module::amrex_parmparse_destroy (this)
 
subroutine amrex_parmparse_module::amrex_parmparse_assign (dst, src)
 
subroutine amrex_parmparse_module::get_int (this, name, v)
 
subroutine amrex_parmparse_module::get_real (this, name, v)
 
subroutine amrex_parmparse_module::get_logical (this, name, v)
 
subroutine amrex_parmparse_module::get_string (this, name, v)
 
subroutine amrex_parmparse_module::get_intarr (this, name, v)
 
subroutine amrex_parmparse_module::get_realarr (this, name, v)
 
subroutine amrex_parmparse_module::get_stringarr (this, name, v)
 
subroutine amrex_parmparse_module::query_int (this, name, v, flag)
 
subroutine amrex_parmparse_module::query_real (this, name, v, flag)
 
subroutine amrex_parmparse_module::query_logical (this, name, v, flag)
 
subroutine amrex_parmparse_module::query_string (this, name, v, flag)
 
subroutine amrex_parmparse_module::query_intarr (this, name, v, flag)
 
subroutine amrex_parmparse_module::query_realarr (this, name, v, flag)
 
subroutine amrex_parmparse_module::query_stringarr (this, name, v, flag)
 
subroutine amrex_parmparse_module::add_int (this, name, v)
 
subroutine amrex_parmparse_module::add_real (this, name, v)
 
subroutine amrex_parmparse_module::add_logical (this, name, v)
 
subroutine amrex_parmparse_module::add_string (this, name, v)
 
subroutine amrex_parmparse_module::add_intarr (this, name, v)
 
subroutine amrex_parmparse_module::add_realarr (this, name, v)
 
subroutine amrex_parmparse_module::add_stringarr (this, name, v)
 
subroutine, public amrex_parmparse_module::amrex_init_namelist (cstr)
 
subroutine, public amrex_parmparse_module::amrex_finalize_namelist ()
 

Variables

character(len=:), allocatable, public amrex_parmparse_module::amrex_namelist