Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c48 static PetscErrorCode TSGLLERestoreVecs(TS ts, DM dm, Vec *Z, Vec *Ydotstage) in TSGLLERestoreVecs() function
76 PetscCall(TSGLLERestoreVecs(ts, fine, NULL, &Ydot)); in DMRestrictHook_TSGLLE()
77 PetscCall(TSGLLERestoreVecs(ts, coarse, NULL, &Ydot_c)); in DMRestrictHook_TSGLLE()
99 PetscCall(TSGLLERestoreVecs(ts, dm, NULL, &Ydot)); in DMSubDomainRestrictHook_TSGLLE()
100 PetscCall(TSGLLERestoreVecs(ts, subdm, NULL, &Ydot_s)); in DMSubDomainRestrictHook_TSGLLE()
1063 PetscCall(TSGLLERestoreVecs(ts, dm, &Z, &Ydot)); in SNESTSFormFunction_GLLE()
1081 PetscCall(TSGLLERestoreVecs(ts, dm, &Z, &Ydot)); in SNESTSFormJacobian_GLLE()