Home
last modified time | relevance | path

Searched refs:iamg_verb (Results 1 – 12 of 12) sorted by relevance

/phasta/phSolver/AMG/
H A Dramg_control.f91 if ((iamg_verb.gt.2).and.(myrank.eq.master)) then
H A Dramg_extract.f189 if (iamg_verb.gt.5) then
H A Dramg_tools.f1024 if ((iamg_verb.gt.1).and.(myrank.eq.master)) then
/phasta/AcuStat/include/
H A DcommonAcuStat_c.h570 int iamg_verb; /* amg verbosity flag */ member
H A DcommonAcuStat.h37 & iamg_verb,
/phasta/M2N/include/
H A DcommonM2N_c.h571 int iamg_verb; /* amg verbosity flag */ member
H A DcommonM2N.h37 & iamg_verb,
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd_c.h570 int iamg_verb; /* amg verbosity flag */ member
H A DcommonM2NFixBnd.h37 & iamg_verb,
/phasta/phSolver/common/
H A Dcommon_c.h649 int iamg_verb; /* amg verbosity flag */ member
H A Dcommon.h38 & iamg_verb,
H A Dinput_fform.cc57 amgvari.iamg_verb = inp.GetValue("AMG Verbosity"); in input_fform()