Searched refs:TSEIMEXRestoreVecs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/eimex/ |
| H A D | eimex.c | 227 static PetscErrorCode TSEIMEXRestoreVecs(TS ts, DM dm, Vec *Z, Vec *Ydot, Vec *YdotI, Vec *YdotRHS) in TSEIMEXRestoreVecs() function 269 PetscCall(TSEIMEXRestoreVecs(ts, dm, &Z, &Ydot, NULL, NULL)); in SNESTSFormFunction_EIMEX() 291 PetscCall(TSEIMEXRestoreVecs(ts, dm, NULL, &Ydot, NULL, NULL)); in SNESTSFormJacobian_EIMEX() 311 PetscCall(TSEIMEXRestoreVecs(ts, fine, &Z, NULL, NULL, NULL)); in DMRestrictHook_TSEIMEX() 312 PetscCall(TSEIMEXRestoreVecs(ts, coarse, &Z_c, NULL, NULL, NULL)); in DMRestrictHook_TSEIMEX()
|