Lines Matching refs:t2
250 const PetscScalar *x, *f, *l, *u, *t2; in MatDFischer() local
263 PetscCall(VecGetArrayRead(T2, &t2)); in MatDFischer()
284 PetscCall(VecRestoreArrayRead(T2, &t2)); in MatDFischer()
286 PetscCall(VecGetArrayRead(T2, &t2)); in MatDFischer()
294 ai = fischnorm(1.0, PetscRealPart(t2[i])); in MatDFischer()
297 db[i] = -t2[i] / ai - 1.0; in MatDFischer()
308 ai = fischnorm(1.0, PetscRealPart(t2[i])); in MatDFischer()
311 db[i] = t2[i] / ai - 1.0; in MatDFischer()
325 ai = fischnorm(1.0, PetscRealPart(t2[i])); in MatDFischer()
328 di = PetscRealPart(t2[i]) / ai + 1.0; in MatDFischer()
339 bi = ci + di * PetscRealPart(t2[i]); in MatDFischer()
364 PetscCall(VecRestoreArrayRead(T2, &t2)); in MatDFischer()