Home
last modified time | relevance | path

Searched refs:Zdotc (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/impls/rosw/
H A Drosw.c1368 Vec Ydotc, Zdotc, Ystagec, Zstagec; in DMRestrictHook_TSRosW() local
1372 PetscCall(TSRosWGetVecs(ts, coarse, &Ydotc, &Ystagec, &Zdotc, &Zstagec)); in DMRestrictHook_TSRosW()
1377 PetscCall(MatRestrict(restrct, Zdot, Zdotc)); in DMRestrictHook_TSRosW()
1378 PetscCall(VecPointwiseMult(Zdotc, rscale, Zdotc)); in DMRestrictHook_TSRosW()
1382 PetscCall(TSRosWRestoreVecs(ts, coarse, &Ydotc, &Ystagec, &Zdotc, &Zstagec)); in DMRestrictHook_TSRosW()