Home
last modified time | relevance | path

Searched refs:TSIRKGetVecs (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c429 static PetscErrorCode TSIRKGetVecs(TS ts, DM dm, Vec *U) in TSIRKGetVecs() function
470 PetscCall(TSIRKGetVecs(ts, dm, &U)); in SNESTSFormFunction_IRK()
535 PetscCall(TSIRKGetVecs(ts, fine, &U)); in DMRestrictHook_TSIRK()
536 PetscCall(TSIRKGetVecs(ts, coarse, &U_c)); in DMRestrictHook_TSIRK()
556 PetscCall(TSIRKGetVecs(ts, dm, &U)); in DMSubDomainRestrictHook_TSIRK()
557 PetscCall(TSIRKGetVecs(ts, subdm, &U_c)); in DMSubDomainRestrictHook_TSIRK()