Searched refs:TSARKIMEXRestoreVecs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/arkimex/ |
| H A D | arkimex.c | 1805 static PetscErrorCode TSARKIMEXRestoreVecs(TS ts, DM dm, Vec *Z, Vec *Ydot) in TSARKIMEXRestoreVecs() function 1905 PetscCall(TSARKIMEXRestoreVecs(ts, dm, &Z, &Ydot)); in SNESTSFormFunction_ARKIMEX() 1949 PetscCall(TSARKIMEXRestoreVecs(ts, dm, &Z, &Ydot)); in SNESTSFormJacobian_ARKIMEX() 1979 PetscCall(TSARKIMEXRestoreVecs(ts, fine, &Z, NULL)); in DMRestrictHook_TSARKIMEX() 1980 PetscCall(TSARKIMEXRestoreVecs(ts, coarse, &Z_c, NULL)); in DMRestrictHook_TSARKIMEX() 2002 PetscCall(TSARKIMEXRestoreVecs(ts, dm, &Z, NULL)); in DMSubDomainRestrictHook_TSARKIMEX() 2003 PetscCall(TSARKIMEXRestoreVecs(ts, subdm, &Z_c, NULL)); in DMSubDomainRestrictHook_TSARKIMEX()
|