Searched refs:tplus (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/tao/unconstrained/impls/bmrm/ |
| H A D | bmrm.c | 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() [all …]
|
| H A D | bmrm.h | 32 PetscReal *g, *y, *tempv, *d, *Qd, *t, *xplus, *tplus, *sk, *yk; member
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 4990 (lithium/tplus-function ((constant . 0.363))) 6199 (udf/battery/newman-prop-tplus-fcn "none")
|