Home
last modified time | relevance | path

Searched refs:told (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcrimpl.h10 …*pvecs, *svecs, *qvecs, *tvecs, **ppvecs, **psvecs, **pqvecs, **ptvecs, *qold, *pold, *sold, *told; member
H A Dpipegcr.c161 if (pipegcr->unroll_w) pipegcr->told[j] = pipegcr->tvecs[kdx]; in KSPSolve_PIPEGCR_cycle()
238 PetscCall(VecMAXPY(t, j, betas, pipegcr->told)); /* ti <- n - sum_k beta_k t_k */ in KSPSolve_PIPEGCR_cycle()
372 …max + 1, &pipegcr->tvecs, pipegcr->mmax + 1, &pipegcr->ptvecs, pipegcr->mmax + 2, &pipegcr->told)); in KSPSetUp_PIPEGCR()
413 if (pipegcr->unroll_w) PetscCall(PetscFree3(pipegcr->tvecs, pipegcr->ptvecs, pipegcr->told)); in KSPDestroy_PIPEGCR()
/petsc/doc/changes/
H A D221.md46 told with MatSetOption(mat,MAT_SYMMETRIC)
/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c66 PetscReal tola, tolb, tolc, told; member