Searched refs:yyd (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 89 Vec yy = cvode->w1, yyd = cvode->w2, yydot = cvode->ydot; in TSFunction_Sundials() local 98 PetscCallAbort(comm, VecPlaceArray(yyd, ydot_data)); in TSFunction_Sundials() 105 PetscCall(TSComputeRHSFunction(ts, t, yy, yyd)); in TSFunction_Sundials() 108 PetscCallAbort(comm, TSComputeIFunction(ts, t, yy, yydot, yyd, PETSC_FALSE)); in TSFunction_Sundials() 109 PetscCall(VecScale(yyd, -1.)); in TSFunction_Sundials() 112 PetscCallAbort(comm, VecResetArray(yyd)); in TSFunction_Sundials()
|