MFIX  2016-1
dbg Module Reference

Functions/Subroutines

subroutine, public initextract (iLow, iHgh, jLow, jHgh, kLow, kHgh)
 
subroutine, public matrixextract (A_m, B_m, M, VAR, PASS)
 
subroutine arrayextract_init (vName)
 
subroutine arrayextract_finl
 
subroutine arrayextract_dbl (Array, VAR, PASS, APND, withIJK)
 
subroutine arrayextract_log (Array, VAR, PASS, APND, withIJK)
 

Function/Subroutine Documentation

subroutine dbg::arrayextract_dbl ( double precision, dimension(dimension_3), intent(in)  Array,
character(len=*), intent(in)  VAR,
integer, intent(in), optional  PASS,
logical, intent(in), optional  APND,
logical, intent(in), optional  withIJK 
)

Definition at line 1026 of file dbg_mod.f.

Here is the call graph for this function:

subroutine dbg::arrayextract_finl ( )

Definition at line 724 of file dbg_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine dbg::arrayextract_init ( character(len=*), intent(in)  vName)

Definition at line 592 of file dbg_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine dbg::arrayextract_log ( logical, dimension(dimension_3), intent(in)  Array,
character(len=*), intent(in)  VAR,
integer, intent(in), optional  PASS,
logical, intent(in), optional  APND,
logical, intent(in), optional  withIJK 
)

Definition at line 1132 of file dbg_mod.f.

Here is the call graph for this function:

subroutine, public dbg::initextract ( integer, intent(in), optional  iLow,
integer, intent(in), optional  iHgh,
integer, intent(in), optional  jLow,
integer, intent(in), optional  jHgh,
integer, intent(in), optional  kLow,
integer, intent(in), optional  kHgh 
)

Definition at line 110 of file dbg_mod.f.

Here is the call graph for this function:

subroutine, public dbg::matrixextract ( double precision, dimension(dimension_3, -3:3, 0:dimension! _m), intent(in)  A_m,
double precision, dimension(dimension_3, 0:dimension_m), intent(in)  B_m,
integer, intent(in)  M,
character(len=*), intent(in), optional  VAR,
integer, intent(in), optional  PASS 
)

Definition at line 229 of file dbg_mod.f.

Here is the call graph for this function: