MFIX  2016-1
leqsol_mod.f File Reference

Go to the source code of this file.

Modules

module  leqsol
 

Functions/Subroutines

subroutine leqsol::report_solver_stats (TNIT, STEPS)
 
subroutine leqsol::leq_matvec (VNAME, VAR, A_M, Avar)
 
subroutine leqsol::leq_msolve (VNAME, B_m, A_M, Var, CMETHOD)
 
subroutine leqsol::leq_msolve0 (VNAME, B_m, A_M, Var, CMETHOD)
 
subroutine leqsol::leq_msolve1 (VNAME, B_m, A_M, Var, CMETHOD)
 
subroutine leqsol::leq_isweep (I, Vname, VAR, A_M, B_M)
 
subroutine leqsol::leq_iksweep (I, K, Vname, VAR, A_M, B_M)
 
subroutine leqsol::leq_jksweep (J, K, Vname, VAR, A_M, B_M)
 
subroutine leqsol::leq_ijsweep (I, J, Vname, VAR, A_M, B_M)
 
double precision function leqsol::dot_product_par (r1, r2)
 
double precision function, dimension(2) leqsol::dot_product_par2 (r1, r2, r3, r4)
 

Variables

logical leqsol::leq_adjust
 
integer, dimension(dim_eqs) leqsol::leq_it
 
integer, dimension(dim_eqs) leqsol::leq_method
 
integer, dimension(dim_eqs) leqsol::iter_tot = 0
 
character(len=4), dimension(dim_eqs) leqsol::leq_sweep
 
double precision, dimension(dim_eqs) leqsol::leq_tol
 
character(len=4), dimension(dim_eqs) leqsol::leq_pc
 
logical leqsol::minimize_dotproducts
 
logical leqsol::do_transpose
 
integer leqsol::icheck_bicgs
 
logical leqsol::opt_parallel
 
logical leqsol::solver_statistics