Searched refs:told (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/ksp/impls/gcr/pipegcr/ |
| H A D | pipegcrimpl.h | 10 …*pvecs, *svecs, *qvecs, *tvecs, **ppvecs, **psvecs, **pqvecs, **ptvecs, *qold, *pold, *sold, *told; member
|
| H A D | pipegcr.c | 161 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 D | 221.md | 46 told with MatSetOption(mat,MAT_SYMMETRIC)
|
| /petsc/src/tao/pde_constrained/tutorials/ |
| H A D | elliptic.c | 66 PetscReal tola, tolb, tolc, told; member
|