Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/fcg/
H A Dfcg.c17 KSP_FCG *fcg = (KSP_FCG *)ksp->data; in KSPAllocateVectors_FCG() local
22 if (fcg->nvecs < PetscMin(fcg->mmax + 1, nvecsneeded)) { in KSPAllocateVectors_FCG()
23 nvecsprev = fcg->nvecs; in KSPAllocateVectors_FCG()
24 nnewvecs = PetscMin(PetscMax(nvecsneeded - fcg->nvecs, chunksize), fcg->mmax + 1 - fcg->nvecs); in KSPAllocateVectors_FCG()
25 PetscCall(KSPCreateVecs(ksp, nnewvecs, &fcg->pCvecs[fcg->nchunks], 0, NULL)); in KSPAllocateVectors_FCG()
26 PetscCall(KSPCreateVecs(ksp, nnewvecs, &fcg->pPvecs[fcg->nchunks], 0, NULL)); in KSPAllocateVectors_FCG()
27 fcg->nvecs += nnewvecs; in KSPAllocateVectors_FCG()
29 fcg->Cvecs[nvecsprev + i] = fcg->pCvecs[fcg->nchunks][i]; in KSPAllocateVectors_FCG()
30 fcg->Pvecs[nvecsprev + i] = fcg->pPvecs[fcg->nchunks][i]; in KSPAllocateVectors_FCG()
32 fcg->chunksizes[fcg->nchunks] = nnewvecs; in KSPAllocateVectors_FCG()
[all …]
/petsc/src/ksp/ksp/tests/output/
H A Dex85_fcg_jacobi.out7 type: fcg
H A Dex85_fcg_none.out9 type: fcg
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out81 …s>: Krylov method (one of) fetidp pipefgmres stcg tsirm tcqmr groppcg nash fcg symmlq lcd minres c…
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj249 …D89D1D72207AA1AB00FACC19 /* fcg.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1A8A207AA1A90…
1001 …9D1A8A207AA1A900FACC19 /* fcg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1772 D89D1A8A207AA1A900FACC19 /* fcg.c */,
2401 D89D1D72207AA1AB00FACC19 /* fcg.c in Sources */,
/petsc/doc/manual/
H A Dksp.md335 - ``fcg``