Home
last modified time | relevance | path

Searched refs:iamg_reduce (Results 1 – 13 of 13) sorted by relevance

/phasta/phSolver/AMG/
H A Dramg_control.f155 IF (( iamg_reduce.le.1).or.(numpe.gt.1)) THEN
213 IF ((iamg_reduce.le.1).or.(numpe.gt.1)) THEN
218 subneireduce = (i.gt.iamg_reduce)
242 IF ((iamg_reduce.le.1).or.(numpe.gt.1)) THEN
H A Dramg_paratools.f765 IF (iamg_reduce.gt.1) then
767 nr = iamg_reduce
H A Dramg_coarse.f73 IF ((iamg_reduce.le.1).or.(numpe.gt.1)) THEN
H A Dramg_tools.f621 if (iamg_reduce.gt.1) then
/phasta/AcuStat/include/
H A DcommonAcuStat_c.h581 int iamg_reduce; /* Run a reduced case */ member
H A DcommonAcuStat.h43 & iamg_reduce
/phasta/M2N/include/
H A DcommonM2N_c.h582 int iamg_reduce; /* Run a reduced case */ member
H A DcommonM2N.h43 & iamg_reduce
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd_c.h581 int iamg_reduce; /* Run a reduced case */ member
H A DcommonM2NFixBnd.h43 & iamg_reduce
/phasta/phSolver/common/
H A Dcommon_c.h660 int iamg_reduce; /* Run a reduced case */ member
H A Dcommon.h44 & iamg_reduce
H A Dinput_fform.cc83 amgvari.iamg_reduce = inp.GetValue("AMG Run Reduced Serial"); in input_fform()