MFIX  2016-1
debug Module Reference

Data Types

interface  assert
 
interface  write_debug
 

Functions/Subroutines

subroutine debug_init (myPE)
 
subroutine assert_i (lcond, msg, value)
 
subroutine assert_i2 (lcond, msg, value, value2)
 
subroutine assert_d (lcond, msg, value)
 
subroutine assert_d2 (lcond, msg, value, value2)
 
subroutine write_debug_0 (name, msg)
 
subroutine write_debug_1i (name, msg, x)
 
subroutine write_debug_1d (name, msg, x)
 
subroutine write_debug_0i (name, msg, x1, x2, x3, x4)
 
subroutine write_debug_0d (name, msg, x1, x2, x3, x4)
 
subroutine write_debug_0l (name, msg, x1, x2, x3, x4)
 
subroutine write_error (name, line, lmax)
 

Variables

integer idebug = 0
 

Function/Subroutine Documentation

subroutine debug::assert_d ( logical, intent(in)  lcond,
character(len=*), intent(in)  msg,
double precision, intent(in)  value 
)

Definition at line 71 of file debug_mod.f.

subroutine debug::assert_d2 ( logical, intent(in)  lcond,
character(len=*), intent(in)  msg,
double precision, intent(in)  value,
double precision, intent(in)  value2 
)

Definition at line 84 of file debug_mod.f.

subroutine debug::assert_i ( logical, intent(in)  lcond,
character(len=*), intent(in)  msg,
integer, intent(in)  value 
)

Definition at line 41 of file debug_mod.f.

subroutine debug::assert_i2 ( logical, intent(in)  lcond,
character(len=*), intent(in)  msg,
integer, intent(in)  value,
integer, intent(in)  value2 
)

Definition at line 55 of file debug_mod.f.

subroutine debug::debug_init ( integer, intent(in)  myPE)

Definition at line 26 of file debug_mod.f.

subroutine debug::write_debug_0 ( character(len=*), intent(in)  name,
character(len=*), intent(in)  msg 
)

Definition at line 98 of file debug_mod.f.

Here is the call graph for this function:

subroutine debug::write_debug_0d ( character(len=*), intent(in)  name,
character(len=*), intent(in)  msg,
double precision, intent(in)  x1,
double precision, intent(in), optional  x2,
double precision, intent(in), optional  x3,
double precision, intent(in), optional  x4 
)

Definition at line 203 of file debug_mod.f.

Here is the call graph for this function:

subroutine debug::write_debug_0i ( character(len=*), intent(in)  name,
character(len=*), intent(in)  msg,
integer, intent(in)  x1,
integer, intent(in), optional  x2,
integer, intent(in), optional  x3,
integer, intent(in), optional  x4 
)

Definition at line 164 of file debug_mod.f.

Here is the call graph for this function:

subroutine debug::write_debug_0l ( character(len=*), intent(in)  name,
character(len=*), intent(in)  msg,
logical, intent(in)  x1,
logical, intent(in), optional  x2,
logical, intent(in), optional  x3,
logical, intent(in), optional  x4 
)

Definition at line 240 of file debug_mod.f.

Here is the call graph for this function:

subroutine debug::write_debug_1d ( character(len=*), intent(in)  name,
character(len=*), intent(in)  msg,
double precision, dimension(:), intent(in)  x 
)

Definition at line 136 of file debug_mod.f.

Here is the call graph for this function:

subroutine debug::write_debug_1i ( character(len=*), intent(in)  name,
character(len=*), intent(in)  msg,
integer, dimension(:), intent(in)  x 
)

Definition at line 109 of file debug_mod.f.

Here is the call graph for this function:

subroutine debug::write_error ( character(len=*)  name,
character(len=*), dimension(*)  line,
integer, intent(in)  lmax 
)

Definition at line 281 of file debug_mod.f.

Here is the caller graph for this function:

Variable Documentation

integer debug::idebug = 0

Definition at line 7 of file debug_mod.f.