![]() |
MFIX
2016-1
|
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 |
subroutine, public stiff_chem_dbg::allocate_stiff_chem_dbg | ( | integer, intent(in) | lODE_DIMN | ) |
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 | ||
) |
subroutine, public stiff_chem_dbg::reset_ode | ( | integer, intent(in) | lDIMN, |
double precision, dimension(ldimn), intent(inout) | lVARS, | ||
integer, intent(in) | lAtps | ||
) |
subroutine, public stiff_chem_dbg::update_ode_old | ( | integer, intent(in) | lODE_DIMN, |
double precision, dimension(lode_dimn), intent(in) | lODE_VARS | ||
) |
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.
integer, public stiff_chem_dbg::ode_debug_level = 1 |
Definition at line 39 of file stiff_chem_dbg_mod.f.