Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/radau5/
H A Dradau5.c8 Vec work, workf; member
20 PetscCallAbort(PETSC_COMM_SELF, VecPlaceArray(cvode->workf, F)); in FVPOL()
27 PetscCallAbort(PETSC_COMM_SELF, TSComputeRHSFunction(ts, *X, cvode->work, cvode->workf)); in FVPOL()
33 …PetscCallAbort(PETSC_COMM_SELF, TSComputeIFunction(ts, *X, cvode->work, yydot, cvode->workf, PETSC… in FVPOL()
34 PetscCallAbort(PETSC_COMM_SELF, VecScale(cvode->workf, -1.)); in FVPOL()
39 PetscCallAbort(PETSC_COMM_SELF, VecResetArray(cvode->workf)); in FVPOL()
86 PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, 1, ND, NULL, &cvode->workf)); in TSSolve_Radau5()
128 PetscCall(VecDestroy(&cvode->workf)); in TSDestroy_Radau5()