Home
last modified time | relevance | path

Searched refs:iamg_nlevel (Results 1 – 10 of 10) sorted by relevance

/phasta/phSolver/AMG/
H A Dramg_control.f83 do while ((i+1.le.iamg_nlevel) .and. (.not.maxstopsign))
/phasta/AcuStat/include/
H A DcommonAcuStat_c.h572 int iamg_nlevel; /* number of levels 2-V etc. */ member
H A DcommonAcuStat.h38 & iamg_neg_sten,iamg_nlevel,
/phasta/M2N/include/
H A DcommonM2N_c.h573 int iamg_nlevel; /* number of levels 2-V etc. */ member
H A DcommonM2N.h38 & iamg_neg_sten,iamg_nlevel,
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd_c.h572 int iamg_nlevel; /* number of levels 2-V etc. */ member
H A DcommonM2NFixBnd.h38 & iamg_neg_sten,iamg_nlevel,
/phasta/phSolver/common/
H A Dcommon_c.h651 int iamg_nlevel; /* number of levels 2-V etc. */ member
H A Dcommon.h39 & iamg_neg_sten,iamg_nlevel,
H A Dinput_fform.cc61 amgvari.iamg_nlevel = inp.GetValue("AMG Nlevel"); in input_fform()