Home
last modified time | relevance | path

Searched refs:tvecs (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/interface/ftn-custom/
H A Dzmatnullf.c17 Vec *tvecs; in matnullspacegetvecs_() local
21 *ierr = MatNullSpaceGetVecs(*sp, &has_cnst, &n, (const Vec **)&tvecs); in matnullspacegetvecs_()
24 *ierr = F90Array1dCreate(tvecs, MPIU_FORTRANADDR, 1, n, vecs PETSC_F90_2PTR_PARAM(ptrd)); in matnullspacegetvecs_()
/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcrimpl.h10 …Vec *pvecs, *svecs, *qvecs, *tvecs, **ppvecs, **psvecs, **pqvecs, **ptvecs, *qol… member
H A Dpipegcr.c48 if (pipegcr->unroll_w) pipegcr->tvecs[nvecsprev + i] = pipegcr->ptvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR()
81 t = pipegcr->unroll_w ? pipegcr->tvecs[0] : NULL; in KSPSolve_PIPEGCR_cycle()
140 if (pipegcr->unroll_w) t = pipegcr->tvecs[idx]; in KSPSolve_PIPEGCR_cycle()
161 if (pipegcr->unroll_w) pipegcr->told[j] = pipegcr->tvecs[kdx]; in KSPSolve_PIPEGCR_cycle()
372 …if (pipegcr->unroll_w) PetscCall(PetscMalloc3(pipegcr->mmax + 1, &pipegcr->tvecs, pipegcr->mmax + … in KSPSetUp_PIPEGCR()
413 if (pipegcr->unroll_w) PetscCall(PetscFree3(pipegcr->tvecs, pipegcr->ptvecs, pipegcr->told)); in KSPDestroy_PIPEGCR()