Home
last modified time | relevance | path

Searched refs:iamg_c_solver (Results 1 – 11 of 11) sorted by relevance

/phasta/phSolver/AMG/ !
H A Dramg_smoother.f359 if (iamg_c_solver.eq.0) then
367 else if ( iamg_c_solver .eq. 1) then ! direct solve using G-S
H A Dramg_control.f48 if (iamg_c_solver.eq.2) then
/phasta/AcuStat/include/ !
H A DcommonAcuStat_c.h573 int iamg_c_solver; /* solve fine level iter. method */ member
H A DcommonAcuStat.h39 & iamg_c_solver,
/phasta/M2N/include/ !
H A DcommonM2N_c.h574 int iamg_c_solver; /* solve fine level iter. method */ member
H A DcommonM2N.h39 & iamg_c_solver,
/phasta/M2NFixBnd/include/ !
H A DcommonM2NFixBnd_c.h573 int iamg_c_solver; /* solve fine level iter. method */ member
H A DcommonM2NFixBnd.h39 & iamg_c_solver,
/phasta/phSolver/common/ !
H A Dcommon_c.h652 int iamg_c_solver; /* solve fine level iter. method */ member
H A Dcommon.h40 & iamg_c_solver,
H A Dinput_fform.cc63 amgvari.iamg_c_solver = inp.GetValue("AMG Coarsest Solver"); in input_fform()