Searched refs:pipefcg (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/ksp/impls/fcg/pipefcg/ |
| H A D | pipefcg.c | 25 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 D | ex2_help.out | 81 … preonly lgmres pipecgrr fbcgs pipeprcg pipecg ibcgs fgmres qcg gcr cgne pipefcg pipecr pipebcgs b…
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 633 …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 D | ksp.md | 338 - ``pipefcg``
|