Home
last modified time | relevance | path

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

/phasta/phSolver/AMG/
H A Dramg_ggb.f23 logical selectncv(maxncv)
24 real(kind=8) :: d(maxncv,3),dr(maxncv),di(maxncv),
25 & workev(3*maxncv),
26 & workl(3*maxncv*maxncv+6*maxncv)
77 ncv = maxncv
92 allocate(tramg_ev(nsize,maxncv))
H A Dramg_mls.f73 ncv = min(maxncv,gsize)
116 allocate(tramg_ev(nsize,maxncv))
253 ncv = min(maxncv,gsize)
296 allocate(tramg_ev(nsize,maxncv))
/phasta/M2N/include/
H A DcommonM2N_c.h579 int maxncv; /* total iterative vectors for ggb*/ member
H A DcommonM2N.h42 & iamg_interp,maxnev,maxncv,iamg_smoother,mlsdeg,
/phasta/AcuStat/include/
H A DcommonAcuStat_c.h578 int maxncv; /* total iterative vectors for ggb*/ member
H A DcommonAcuStat.h42 & iamg_interp,maxnev,maxncv,iamg_smoother,mlsdeg,
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd_c.h578 int maxncv; /* total iterative vectors for ggb*/ member
H A DcommonM2NFixBnd.h42 & iamg_interp,maxnev,maxncv,iamg_smoother,mlsdeg,
/phasta/phSolver/common/
H A Dcommon_c.h657 int maxncv; /* total iterative vectors for ggb*/ member
H A Dcommon.h43 & iamg_interp,maxnev,maxncv,iamg_smoother,mlsdeg,
H A Dinput_fform.cc72 amgvari.maxncv = inp.GetValue("AMG GGB ncv"); in input_fform()