Searched refs:svecs (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/impls/gcr/pipegcr/ |
| H A D | pipegcrimpl.h | 10 …Vec *pvecs, *svecs, *qvecs, *tvecs, **ppvecs, **psvecs, **pqvecs, **ptvecs, *qol… member
|
| H A D | pipegcr.c | 47 pipegcr->svecs[nvecsprev + i] = pipegcr->psvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR() 79 s = pipegcr->svecs[0]; in KSPSolve_PIPEGCR_cycle() 138 s = pipegcr->svecs[idx]; in KSPSolve_PIPEGCR_cycle() 159 pipegcr->sold[j] = pipegcr->svecs[kdx]; in KSPSolve_PIPEGCR_cycle() 162 redux[j] = pipegcr->svecs[kdx]; in KSPSolve_PIPEGCR_cycle() 371 …>pvecs, pipegcr->mmax + 1, &pipegcr->ppvecs, pipegcr->mmax + 1, &pipegcr->svecs, pipegcr->mmax + 1… in KSPSetUp_PIPEGCR() 410 …PetscCall(PetscFree6(pipegcr->pvecs, pipegcr->ppvecs, pipegcr->svecs, pipegcr->psvecs, pipegcr->qv… in KSPDestroy_PIPEGCR()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcheckinterface.c | 43 …ate(PetscObject obj, PetscMPIInt nsranks, const PetscMPIInt sranks[], Vec svecs[], PetscMPIInt nrr… in ExchangeVecByRank_Private() argument 55 PetscCall(VecGetLocalSize(svecs[r], &ssize[r])); in ExchangeVecByRank_Private() 56 PetscCall(VecGetArrayRead(svecs[r], &sarr[r])); in ExchangeVecByRank_Private() 65 for (r = 0; r < nsranks; r++) PetscCall(VecRestoreArrayRead(svecs[r], &sarr[r])); in ExchangeVecByRank_Private()
|