Home
last modified time | relevance | path

Searched refs:amgvarr (Results 1 – 9 of 9) sorted by relevance

/phasta/AcuStat/include/
H A DcommonAcuStat_c.h53 #define amgvarr FortranCInterface_GLOBAL_(amgvarr,AMGVARR) macro
565 } amgvarr ;
H A DcommonAcuStat.h34 common /amgvarr/strong_eps,ramg_eps,ramg_relax,ramg_trunc,
/phasta/M2N/include/
H A DcommonM2N_c.h53 #define amgvarr FortranCInterface_GLOBAL_(amgvarr,AMGVARR) macro
566 } amgvarr ;
H A DcommonM2N.h34 common /amgvarr/strong_eps,ramg_eps,ramg_relax,ramg_trunc,
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd_c.h53 #define amgvarr FortranCInterface_GLOBAL_(amgvarr,AMGVARR) macro
565 } amgvarr ;
H A DcommonM2NFixBnd.h34 common /amgvarr/strong_eps,ramg_eps,ramg_relax,ramg_trunc,
/phasta/phSolver/common/
H A Dcommon_c.h55 #define amgvarr FortranCInterface_GLOBAL_(amgvarr,AMGVARR) macro
644 } amgvarr ;
H A Dinput_fform.cc50 amgvarr.strong_eps = inp.GetValue("Strong Criterion Eps"); in input_fform()
52 amgvarr.ramg_eps = inp.GetValue("AMG Convergence Eps"); in input_fform()
54 amgvarr.ramg_relax = inp.GetValue("AMG Relaxation Omega"); in input_fform()
55 amgvarr.ramg_trunc = inp.GetValue("AMG Truncation Set"); in input_fform()
80 amgvarr.ramg_chebyratio = inp.GetValue("AMG Chebyshev Eigenvalue ratio"); in input_fform()
H A Dcommon.h35 common /amgvarr/strong_eps,ramg_eps,ramg_relax,ramg_trunc,