Searched refs:Ystagec (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/rosw/ |
| H A D | rosw.c | 1368 Vec Ydotc, Zdotc, Ystagec, Zstagec; in DMRestrictHook_TSRosW() local 1372 PetscCall(TSRosWGetVecs(ts, coarse, &Ydotc, &Ystagec, &Zdotc, &Zstagec)); in DMRestrictHook_TSRosW() 1375 PetscCall(MatRestrict(restrct, Ystage, Ystagec)); in DMRestrictHook_TSRosW() 1376 PetscCall(VecPointwiseMult(Ystagec, rscale, Ystagec)); in DMRestrictHook_TSRosW() 1382 PetscCall(TSRosWRestoreVecs(ts, coarse, &Ydotc, &Ystagec, &Zdotc, &Zstagec)); in DMRestrictHook_TSRosW()
|