MFIX  2016-1
stiff_chem_dbg Module Reference

Functions/Subroutines

subroutine, public allocate_stiff_chem_dbg (lODE_DIMN)
 
subroutine, public update_ode_old (lODE_DIMN, lODE_VARS)
 
subroutine, public reset_ode (lDIMN, lVARS, lAtps)
 
subroutine, public check_ode_data (lnD, lNEQ, loD, VARS, lUNLIMITED, lState, lErr)
 
subroutine, public write_ode_log (lErr, lnD, lNEQ, loD, lVARS)
 

Variables

integer, public ode_debug_level = 1
 

Function/Subroutine Documentation

subroutine, public stiff_chem_dbg::allocate_stiff_chem_dbg ( integer, intent(in)  lODE_DIMN)

Definition at line 63 of file stiff_chem_dbg_mod.f.

Here is the caller graph for this function:

subroutine, public stiff_chem_dbg::check_ode_data ( integer, intent(in)  lnD,
integer, dimension(lnd), intent(in)  lNEQ,
integer, intent(in)  loD,
double precision, dimension(lod), intent(in)  VARS,
logical, intent(in)  lUNLIMITED,
integer, intent(in)  lState,
integer, intent(out)  lErr 
)

Definition at line 148 of file stiff_chem_dbg_mod.f.

Here is the caller graph for this function:

subroutine, public stiff_chem_dbg::reset_ode ( integer, intent(in)  lDIMN,
double precision, dimension(ldimn), intent(inout)  lVARS,
integer, intent(in)  lAtps 
)

Definition at line 112 of file stiff_chem_dbg_mod.f.

Here is the caller graph for this function:

subroutine, public stiff_chem_dbg::update_ode_old ( integer, intent(in)  lODE_DIMN,
double precision, dimension(lode_dimn), intent(in)  lODE_VARS 
)

Definition at line 86 of file stiff_chem_dbg_mod.f.

Here is the caller graph for this function:

subroutine, public stiff_chem_dbg::write_ode_log ( integer, intent(in)  lErr,
integer, intent(in)  lnD,
integer, dimension(lnd), intent(in)  lNEQ,
integer, intent(in)  loD,
double precision, dimension(lod), intent(in)  lVARS 
)

Definition at line 293 of file stiff_chem_dbg_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

integer, public stiff_chem_dbg::ode_debug_level = 1

Definition at line 39 of file stiff_chem_dbg_mod.f.