MFIX  2016-1
dbg_util Module Reference

Data Types

interface  dbgprn
 
interface  prnfield
 

Functions/Subroutines

subroutine dbgprn_0i (buffer, ncount, myid)
 
subroutine dbgprn_1i (buffer, ncount, myid)
 
subroutine dbgprn_0r (buffer, ncount, myid)
 
subroutine dbgprn_1r (buffer, ncount, myid)
 
subroutine prnfield_1d (gbuf, varname, flagl)
 
subroutine prnfield_1r (gbuf, varname, flagl)
 
subroutine prnfield_2d (gbuf, varname, flagl)
 

Function/Subroutine Documentation

subroutine dbg_util::dbgprn_0i ( integer, intent(inout)  buffer,
integer, intent(in)  ncount,
integer, intent(in), optional  myid 
)

Definition at line 33 of file dbg_util_mod.f.

subroutine dbg_util::dbgprn_0r ( real, intent(inout)  buffer,
integer, intent(in)  ncount,
integer, intent(in), optional  myid 
)

Definition at line 62 of file dbg_util_mod.f.

subroutine dbg_util::dbgprn_1i ( integer, dimension(:), intent(inout)  buffer,
integer, intent(in)  ncount,
integer, intent(in), optional  myid 
)

Definition at line 46 of file dbg_util_mod.f.

subroutine dbg_util::dbgprn_1r ( real, dimension(:), intent(inout)  buffer,
integer, intent(in)  ncount,
integer, intent(in), optional  myid 
)

Definition at line 75 of file dbg_util_mod.f.

subroutine dbg_util::prnfield_1d ( double precision, dimension(:), intent(in)  gbuf,
character(len=*), intent(in)  varname,
character(len=3), intent(in)  flagl 
)

Definition at line 91 of file dbg_util_mod.f.

subroutine dbg_util::prnfield_1r ( real, dimension(:), intent(in)  gbuf,
character(len=*), intent(in)  varname,
character(len=3), intent(in)  flagl 
)

Definition at line 120 of file dbg_util_mod.f.

subroutine dbg_util::prnfield_2d ( double precision, dimension(:,:), intent(in)  gbuf,
character(len=*), intent(in)  varname,
character(len=3), intent(in)  flagl 
)

Definition at line 148 of file dbg_util_mod.f.