Home
last modified time | relevance | path

Searched refs:pipegcr (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcr.c29 KSP_PIPEGCR *pipegcr; in KSPAllocateVectors_PIPEGCR() local
33 pipegcr = (KSP_PIPEGCR *)ksp->data; in KSPAllocateVectors_PIPEGCR()
36 if (pipegcr->nvecs < PetscMin(pipegcr->mmax + 1, nvecsneeded)) { in KSPAllocateVectors_PIPEGCR()
37 nvecsprev = pipegcr->nvecs; in KSPAllocateVectors_PIPEGCR()
38 …nnewvecs = PetscMin(PetscMax(nvecsneeded - pipegcr->nvecs, chunksize), pipegcr->mmax + 1 - pipegc… in KSPAllocateVectors_PIPEGCR()
39 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipegcr->ppvecs[pipegcr->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEGCR()
40 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipegcr->psvecs[pipegcr->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEGCR()
41 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipegcr->pqvecs[pipegcr->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEGCR()
42 …if (pipegcr->unroll_w) PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipegcr->ptvecs[pipegcr->nchunks], … in KSPAllocateVectors_PIPEGCR()
43 pipegcr->nvecs += nnewvecs; in KSPAllocateVectors_PIPEGCR()
[all …]
/petsc/src/ksp/ksp/tutorials/output/
H A Dex43_5.out36 type: pipegcr
H A Dex43_4.out40 type: pipegcr
H A Dex2_help.out81 … pipefcg pipecr pipebcgs bcgsl pipecg2 pipelcg gltr cg tfqmr pgmres lsqr pipegcr bicg cgls bcgs cr…
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj499 …D89D1E6C207AA1AB00FACC19 /* pipegcr.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1B84207AA…
1251 …84207AA1AA00FACC19 /* pipegcr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
2022 D89D1B84207AA1AA00FACC19 /* pipegcr.c */,
2591 D89D1E6C207AA1AB00FACC19 /* pipegcr.c in Sources */,
/petsc/doc/manual/
H A Dksp.md407 - ``pipegcr``