Home
last modified time | relevance | path

Searched refs:ramg_flag (Results 1 – 4 of 4) sorted by relevance

/phasta/phSolver/incompressible/
H A Dsolfar.f231 ramg_flag = 1
236 do while (ramg_flag.le.irun_amg_prec)
259 ramg_flag = ramg_flag + 2 ! Default no second run in mode a
262 ramg_flag = ramg_flag + 1 ! Default no second run in mode b
/phasta/phSolver/AMG/
H A Dramg_control.f303 if (ramg_flag.gt.1) return ! Second run does not need control
341 ramg_flag = ramg_flag -1
H A Dramg_data.f69 integer :: ramg_flag variable
H A Dramg_driver.f316 else if ((irun_amg_prec.ge.2).and.(ramg_flag.eq.1)) then