Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Dsolfar.f224 if (irun_amg_prec.gt.0) then
230 if (irun_amg_prec.gt.0) then
232 if (irun_amg_prec.eq.2) then ! Some setup work (mode a)
236 do while (ramg_flag.le.irun_amg_prec)
260 if (irun_amg_prec.eq.3) then
/phasta/phSolver/AMG/
H A Dramg_driver.f314 if (irun_amg_prec.eq.0) then
316 else if ((irun_amg_prec.ge.2).and.(ramg_flag.eq.1)) then
H A Dramg_control.f297 if (irun_amg_prec.ne.2) return ! No control at all
/phasta/AcuStat/include/
H A DcommonAcuStat_c.h569 int irun_amg_prec; /* Run AMG as preconditioner to CG */ member
H A DcommonAcuStat.h36 common /amgvari/irun_amg,irun_amg_prec,
/phasta/M2N/include/
H A DcommonM2N_c.h570 int irun_amg_prec; /* Run AMG as preconditioner to CG */ member
H A DcommonM2N.h36 common /amgvari/irun_amg,irun_amg_prec,
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd_c.h569 int irun_amg_prec; /* Run AMG as preconditioner to CG */ member
H A DcommonM2NFixBnd.h36 common /amgvari/irun_amg,irun_amg_prec,
/phasta/phSolver/common/
H A Dcommon_c.h648 int irun_amg_prec; /* Run AMG as preconditioner to CG */ member
H A Dcommon.h37 common /amgvari/irun_amg,irun_amg_prec,
H A Dinput_fform.cc48 amgvari.irun_amg_prec = inp.GetValue("Run AMG As CG-preconditioner"); in input_fform()