Searched refs:ShiftGradients (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/hybrid/ |
| H A D | ex1fwd.c | 66 PetscErrorCode ShiftGradients(TS ts, Vec U, AppCtx *actx) in ShiftGradients() function 129 PetscCall(ShiftGradients(ts, U, actx)); in PostEventFunction()
|
| H A D | ex1adj.c | 44 PetscErrorCode ShiftGradients(TS ts, Vec U, AppCtx *actx) in ShiftGradients() function 106 if (!forwardsolve) PetscCall(ShiftGradients(ts, U, actx)); in PostEventFunction()
|
| H A D | ex1fd.c | 44 PetscErrorCode ShiftGradients(TS ts, Vec U, AppCtx *actx) in ShiftGradients() function 106 if (!forwardsolve) PetscCall(ShiftGradients(ts, U, actx)); in PostEventFunction()
|