MFIX  2016-1
error_manager Module Reference

Data Types

interface  ival
 

Functions/Subroutines

subroutine init_error_manager
 
subroutine init_err_msg (CALLER)
 
subroutine finl_err_msg
 
subroutine flush_err_msg (DEBUG, HEADER, FOOTER, ABORT, LOG, CALL_TREE)
 
subroutine show_call_tree (HEADER, FOOTER)
 
character(len=32) function ivar (VAR, i1, i2, i3)
 
character(len=32) function ival_int (VAL)
 
character(len=32) function ival_dbl (VAL)
 
character(len=32) function ival_log (VAL)
 
logical function reinit_error ()
 

Variables

integer, parameter line_count = 32
 
integer, parameter line_length = 256
 
character(len=line_length), dimension(line_counterr_msg
 
integer ier_em
 

Function/Subroutine Documentation

subroutine error_manager::finl_err_msg ( )

Definition at line 216 of file error_manager_mod.f.

Here is the call graph for this function:

subroutine error_manager::flush_err_msg ( logical, intent(in), optional  DEBUG,
logical, intent(in), optional  HEADER,
logical, intent(in), optional  FOOTER,
logical, intent(in), optional  ABORT,
logical, intent(in), optional  LOG,
logical, intent(in), optional  CALL_TREE 
)

Definition at line 305 of file error_manager_mod.f.

Here is the call graph for this function:

subroutine error_manager::init_err_msg ( character(len=*), intent(in)  CALLER)

Definition at line 171 of file error_manager_mod.f.

Here is the call graph for this function:

subroutine error_manager::init_error_manager ( )

Definition at line 54 of file error_manager_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

character(len=32) function error_manager::ival_dbl ( double precision, intent(in)  VAL)

Definition at line 606 of file error_manager_mod.f.

character(len=32) function error_manager::ival_int ( integer, intent(in)  VAL)

Definition at line 593 of file error_manager_mod.f.

character(len=32) function error_manager::ival_log ( logical, intent(in)  VAL)

Definition at line 624 of file error_manager_mod.f.

character(len=32) function error_manager::ivar ( character(len=*), intent(in)  VAR,
integer, intent(in)  i1,
integer, intent(in), optional  i2,
integer, intent(in), optional  i3 
)

Definition at line 558 of file error_manager_mod.f.

logical function error_manager::reinit_error ( )

Definition at line 639 of file error_manager_mod.f.

Here is the caller graph for this function:

subroutine error_manager::show_call_tree ( logical, intent(in), optional  HEADER,
logical, intent(in), optional  FOOTER 
)

Definition at line 496 of file error_manager_mod.f.

Here is the caller graph for this function:

Variable Documentation

character(len=line_length), dimension(line_count) error_manager::err_msg

Definition at line 29 of file error_manager_mod.f.

integer error_manager::ier_em

Definition at line 43 of file error_manager_mod.f.

integer, parameter error_manager::line_count = 32

Definition at line 24 of file error_manager_mod.f.

integer, parameter error_manager::line_length = 256

Definition at line 26 of file error_manager_mod.f.