Searched refs:TSARKIMEXGetVecs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/arkimex/ |
| H A D | arkimex.c | 1789 static PetscErrorCode TSARKIMEXGetVecs(TS ts, DM dm, Vec *Z, Vec *Ydot) in TSARKIMEXGetVecs() function 1881 PetscCall(TSARKIMEXGetVecs(ts, dm, &Z, &Ydot)); in SNESTSFormFunction_ARKIMEX() 1920 PetscCall(TSARKIMEXGetVecs(ts, dm, &Z, &Ydot)); in SNESTSFormJacobian_ARKIMEX() 1975 PetscCall(TSARKIMEXGetVecs(ts, fine, &Z, NULL)); in DMRestrictHook_TSARKIMEX() 1976 PetscCall(TSARKIMEXGetVecs(ts, coarse, &Z_c, NULL)); in DMRestrictHook_TSARKIMEX() 1996 PetscCall(TSARKIMEXGetVecs(ts, dm, &Z, NULL)); in DMSubDomainRestrictHook_TSARKIMEX() 1997 PetscCall(TSARKIMEXGetVecs(ts, subdm, &Z_c, NULL)); in DMSubDomainRestrictHook_TSARKIMEX()
|