Home
last modified time | relevance | path

Searched refs:pipefcg (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/impls/fcg/pipefcg/
H A Dpipefcg.c25 KSP_PIPEFCG *pipefcg; in KSPAllocateVectors_PIPEFCG() local
29 pipefcg = (KSP_PIPEFCG *)ksp->data; in KSPAllocateVectors_PIPEFCG()
32 if (pipefcg->nvecs < PetscMin(pipefcg->mmax + 1, nvecsneeded)) { in KSPAllocateVectors_PIPEFCG()
33 nvecsprev = pipefcg->nvecs; in KSPAllocateVectors_PIPEFCG()
34 …nnewvecs = PetscMin(PetscMax(nvecsneeded - pipefcg->nvecs, chunksize), pipefcg->mmax + 1 - pipefc… in KSPAllocateVectors_PIPEFCG()
35 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipefcg->pQvecs[pipefcg->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEFCG()
36 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipefcg->pZETAvecs[pipefcg->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEFCG()
37 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipefcg->pPvecs[pipefcg->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEFCG()
38 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipefcg->pSvecs[pipefcg->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEFCG()
39 pipefcg->nvecs += nnewvecs; in KSPAllocateVectors_PIPEFCG()
[all …]
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out81 … preonly lgmres pipecgrr fbcgs pipeprcg pipecg ibcgs fgmres qcg gcr cgne pipefcg pipecr pipebcgs b…
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj633 …D89D1EF2207AA1AC00FACC19 /* pipefcg.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1C0A207AA…
1385 …0A207AA1AA00FACC19 /* pipefcg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
2156 D89D1C0A207AA1AA00FACC19 /* pipefcg.c */,
2906 D89D1EF2207AA1AC00FACC19 /* pipefcg.c in Sources */,
/petsc/doc/manual/
H A Dksp.md338 - ``pipefcg``