Searched refs:uv (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmnetworkts.c | 121 Vec uv; in TSMonitorLGCtxNetworkSolution() 138 PetscCall(VecDuplicate(u, &uv)); in TSMonitorLGCtxNetworkSolution() 139 PetscCall(VecCopy(u, uv)); in TSMonitorLGCtxNetworkSolution() 140 PetscCall(VecGetArray(uv, &yv)); in TSMonitorLGCtxNetworkSolution() 141 PetscCall(VecGetLocalSize(uv, &n)); in TSMonitorLGCtxNetworkSolution() 174 PetscCall(VecRestoreArray(uv, &yv)); in TSMonitorLGCtxNetworkSolution() 175 PetscCall(VecDestroy(&uv)); in TSMonitorLGCtxNetworkSolution()
|
| /petsc/src/tao/unconstrained/impls/bmrm/ |
| H A D | bmrm.c | 19 PetscInt dim = df->dim, *ipt = df->ipt, *ipt2 = df->ipt2, *uv = df->uv; in solve() local 214 } else uv[luv++] = i; in solve() 229 if (x[uv[i]] <= DELTAsv) { in solve() 233 if (g[uv[i]] + kktlam * a[uv[i]] < -tol) { in solve() 241 if (g[uv[i]] + kktlam * a[uv[i]] > tol) { in solve() 545 PetscCall(PetscMalloc1(n, &df->uv)); in init_df_solver() 636 PetscCall(PetscFree(df->uv)); in ensure_df_space() 637 PetscCall(PetscMalloc1(n, &df->uv)); in ensure_df_space() 656 PetscCall(PetscFree(df->uv)); in destroy_df_solver()
|
| H A D | bmrm.h | 31 PetscInt *ipt, *ipt2, *uv; member
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 2202 (uv-stress/interpolate #t) 2784 (uv-stress/extrapolate/cells #t) 3548 (uv-stress/patch 0)
|