Searched refs:TSBDF_RestoreVecs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/bdf/ |
| H A D | bdf.c | 70 static PetscErrorCode TSBDF_RestoreVecs(TS ts, DM dm, Vec *Xdot, Vec *Ydot) in TSBDF_RestoreVecs() function 106 PetscCall(TSBDF_RestoreVecs(ts, fine, &Xdot, &Ydot)); in DMRestrictHook_TSBDF() 107 PetscCall(TSBDF_RestoreVecs(ts, coarse, &Xdot_c, &Ydot_c)); in DMRestrictHook_TSBDF() 200 PetscCall(TSBDF_RestoreVecs(ts, NULL, &V, &V0)); in TSBDF_PreSolve() 381 PetscCall(TSBDF_RestoreVecs(ts, dm, &V, &V0)); in SNESTSFormFunction_BDF() 402 PetscCall(TSBDF_RestoreVecs(ts, dm, &V, &V0)); in SNESTSFormJacobian_BDF()
|