Home
last modified time | relevance | path

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

/petsc/src/ts/impls/bdf/
H A Dbdf.c96 Vec Ydot, Ydot_c; in DMRestrictHook_TSBDF() local
101 PetscCall(TSBDF_GetVecs(ts, coarse, &Xdot_c, &Ydot_c)); in DMRestrictHook_TSBDF()
103 PetscCall(MatRestrict(restrct, Ydot, Ydot_c)); in DMRestrictHook_TSBDF()
104 PetscCall(VecPointwiseMult(Ydot_c, rscale, Ydot_c)); in DMRestrictHook_TSBDF()
107 PetscCall(TSBDF_RestoreVecs(ts, coarse, &Xdot_c, &Ydot_c)); in DMRestrictHook_TSBDF()
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c69 Vec Ydot, Ydot_c; in DMRestrictHook_TSGLLE() local
73 PetscCall(TSGLLEGetVecs(ts, coarse, NULL, &Ydot_c)); in DMRestrictHook_TSGLLE()
74 PetscCall(MatRestrict(restrct, Ydot, Ydot_c)); in DMRestrictHook_TSGLLE()
75 PetscCall(VecPointwiseMult(Ydot_c, rscale, Ydot_c)); in DMRestrictHook_TSGLLE()
77 PetscCall(TSGLLERestoreVecs(ts, coarse, NULL, &Ydot_c)); in DMRestrictHook_TSGLLE()