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