Lines Matching refs:tplus
17 PetscReal *xplus = df->xplus, *tplus = df->tplus, *sk = df->sk, *yk = df->yk; in solve() local
141 tplus[i] = t[i] + Qd[i]; in solve()
142 fv += xplus[i] * (0.5 * tplus[i] + f[i]); in solve()
150 tplus[i] = t[i] + lamnew * Qd[i]; in solve()
151 fv += xplus[i] * (0.5 * tplus[i] + f[i]); in solve()
157 yk[i] = tplus[i] - t[i]; in solve()
159 t[i] = tplus[i]; in solve()
539 PetscCall(PetscMalloc1(n, &df->tplus)); in init_df_solver()
621 PetscCall(PetscFree(df->tplus)); in ensure_df_space()
622 PetscCall(PetscMalloc1(n, &df->tplus)); in ensure_df_space()
664 PetscCall(PetscFree(df->tplus)); in destroy_df_solver()