Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c61 static PetscErrorCode TSThetaRestoreX0AndXdot(TS ts, DM dm, Vec *X0, Vec *Xdot) in TSThetaRestoreX0AndXdot() function
91 PetscCall(TSThetaRestoreX0AndXdot(ts, fine, &X0, &Xdot)); in DMRestrictHook_TSTheta()
92 PetscCall(TSThetaRestoreX0AndXdot(ts, coarse, &X0_c, &Xdot_c)); in DMRestrictHook_TSTheta()
117 PetscCall(TSThetaRestoreX0AndXdot(ts, dm, &X0, &Xdot)); in DMSubDomainRestrictHook_TSTheta()
118 PetscCall(TSThetaRestoreX0AndXdot(ts, subdm, &X0_sub, &Xdot_sub)); in DMSubDomainRestrictHook_TSTheta()
964 PetscCall(TSThetaRestoreX0AndXdot(ts, dm, &X0, &Xdot)); in SNESTSFormFunction_Theta()
984 PetscCall(TSThetaRestoreX0AndXdot(ts, dm, NULL, &Xdot)); in SNESTSFormJacobian_Theta()