Searched refs:TSIRKRestoreVecs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 441 static PetscErrorCode TSIRKRestoreVecs(TS ts, DM dm, Vec *U) in TSIRKRestoreVecs() function 482 PetscCall(TSIRKRestoreVecs(ts, dm, &U)); in SNESTSFormFunction_IRK() 539 PetscCall(TSIRKRestoreVecs(ts, fine, &U)); in DMRestrictHook_TSIRK() 540 PetscCall(TSIRKRestoreVecs(ts, coarse, &U_c)); in DMRestrictHook_TSIRK() 562 PetscCall(TSIRKRestoreVecs(ts, dm, &U)); in DMSubDomainRestrictHook_TSIRK() 563 PetscCall(TSIRKRestoreVecs(ts, subdm, &U_c)); in DMSubDomainRestrictHook_TSIRK()
|