Searched refs:pipegcr (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/ksp/impls/gcr/pipegcr/ |
| H A D | pipegcr.c | 29 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 D | ex43_5.out | 36 type: pipegcr
|
| H A D | ex43_4.out | 40 type: pipegcr
|
| H A D | ex2_help.out | 81 … 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 D | project.pbxproj | 499 …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 D | ksp.md | 407 - ``pipegcr``
|