Home
last modified time | relevance | path

Searched refs:Kspace (Results 1 – 17 of 17) sorted by relevance

/phasta/phSolver/compressible/
H A Dsolmfg.f47 & HBrg(Kspace+1,Kspace), eBrg(Kspace+1),
48 & yBrg(Kspace), Rcos(Kspace),
49 & Rsin(Kspace), ilwork(nlwork),
54 & uBrg(nshg,nflow,Kspace+1), ytmp(nshg,nflow)
212 call clear (eBrg, Kspace+1)
221 do 1000 iK = 1, Kspace
H A Dsolgmr.f48 & HBrg(Kspace+1,*), eBrg(*),
56 & uBrg(nshg,nflow,Kspace+1)
191 call clear (eBrg, Kspace+1)
200 do 1000 iK = 1, Kspace
420 & HBrg(Kspace+1,Kspace), eBrg(Kspace+1),
421 & yBrg(Kspace), Rcos(Kspace),
422 & Rsin(Kspace), ilwork(nlwork),
427 & uBrg(nshg,nflow,Kspace+1)
568 call clear (eBrg, Kspace+1)
577 do 1000 iK = 1, Kspace
[all …]
H A Ditrdrv.f157 allocate(HBrg(Kspace+1,Kspace))
158 allocate(eBrg(Kspace+1))
159 allocate(yBrg(Kspace))
160 allocate(Rcos(Kspace))
161 allocate(Rsin(Kspace))
H A Dsolgmrpetsc.c347 maxits = (PetscInt) solpar.nGMRES * (PetscInt) solpar.Kspace; in SolGMRp()
647 maxits = (PetscInt) solpar.nGMRES * (PetscInt) solpar.Kspace; in SolGMRpSclr()
/phasta/phSolver/common/
H A Dinput.f82 & Kspace, nGMRES
97 if (Kspace .lt. 1) call error ('input ','Kspace ',Kspace)
292 write (23,*) imap, ivart, iDC, iPcond, Kspace, nGMRES
H A Dcommon_c.h527 int Kspace; member
H A Dcommon.h247 common /solpar/ imap, ivart, iDC, iPcond, Kspace, nGMRES,
H A Dinput_fform.cc563 solpar.Kspace = inp.GetValue("Number of Krylov Vectors per GMRES Sweep"); in input_fform()
H A Dinput.config196 Number of Krylov Vectors per GMRES Sweep: 50 # replaces Kspace
/phasta/phSolver/incompressible/
H A Ditrdrv.f1536 CALL svLS_LS_CREATE(svLS_ls, svLSType, dimKry=Kspace,
1603 & Kspace, iprjFlag, nPrjs,
1643 2 dimKry=Kspace,
1688 & Kspace, isclprjFlag, nPrjs,
/phasta/AcuStat/include/
H A DcommonAcuStat_c.h448 int Kspace; member
H A DcommonAcuStat.h205 common /solpar/ imap, ivart, iDC, iPcond, Kspace, nGMRES,
/phasta/M2N/include/
H A DcommonM2N_c.h449 int Kspace; member
H A DcommonM2N.h206 common /solpar/ imap, ivart, iDC, iPcond, Kspace, nGMRES,
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd_c.h448 int Kspace; member
H A DcommonM2NFixBnd.h205 common /solpar/ imap, ivart, iDC, iPcond, Kspace, nGMRES,
/phasta/phSolver/
H A DCHANGES540 …essible code but consolidation effort underway to address duplicity of this with nGMRES and Kspace.