64 IF(discretize(l) > 9 .OR. discretize(l) < 0)
THEN 66 trim(
ival(discretize(l)))
70 2002
FORMAT(
'Error 2002: Invalid option ', a,
' = ', a,
'.',/ &
71 'Please correct the mfix.dat file.')
77 IF(discretize(l) <= 1)
THEN 82 2000
FORMAT(
'Error 2000: Fourth-order scheme (FPFOI) requires ', &
83 'DISCRETIZE >= 2',/
'for all equations. Please correct the ', &
90 IF(discretize(7) .NE. 3 .AND. discretize(7).NE.6)
THEN 93 2001
FORMAT(
'Error 2001: CHI_SCHEME for species equations is only ', &
94 'implemented',/
'for SMART and MUSCL discretization schemes ', &
95 '[DISCRTIZE(7)].',/
'Please correct the mfix.dat file.')
100 2003
FORMAT(
'Error 2003: CHI_SCHEME is currently not implemented ', &
101 'with SHEAR ',/
'option. See calc_chi in module chischeme for '&
102 'details.',/
'Please correct the mfix.dat file.')
108 IF (opt_parallel)
THEN 110 do_transpose = .false.
111 minimize_dotproducts = .true.
112 solver_statistics = .true.
114 leq_sweep(1:2) =
'ASAS' character(len=32) function ivar(VAR, i1, i2, i3)
integer, parameter dim_eqs
character(len=4), dimension(dim_eqs) leq_sweep
subroutine check_numerics
subroutine init_err_msg(CALLER)
logical minimize_dotproducts
character(len=line_length), dimension(line_count) err_msg
integer, dimension(dim_eqs) discretize
integer, dimension(dim_eqs) leq_method
logical solver_statistics
subroutine flush_err_msg(DEBUG, HEADER, FOOTER, ABORT, LOG, CALL_TREE)