Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c32 static PetscErrorCode TSGLLEGetVecs(TS ts, DM dm, Vec *Z, Vec *Ydotstage) in TSGLLEGetVecs() argument
41 if (Ydotstage) { in TSGLLEGetVecs()
42 if (dm && dm != ts->dm) PetscCall(DMGetNamedGlobalVector(dm, "TSGLLE_Ydot", Ydotstage)); in TSGLLEGetVecs()
43 else *Ydotstage = gl->Ydot[gl->stage]; in TSGLLEGetVecs()
48 static PetscErrorCode TSGLLERestoreVecs(TS ts, DM dm, Vec *Z, Vec *Ydotstage) in TSGLLERestoreVecs() argument
54 if (Ydotstage) { in TSGLLERestoreVecs()
55 if (dm && dm != ts->dm) PetscCall(DMRestoreNamedGlobalVector(dm, "TSGLLE_Ydot", Ydotstage)); in TSGLLERestoreVecs()