Home
last modified time | relevance | path

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

/petsc/src/ts/impls/bdf/
H A Dbdf.c128 PetscCall(TSComputeTransientVariable(ts, tail, tvtail)); in TSBDF_Advance()
242 PetscCall(TSComputeTransientVariable(ts, bdf->work[2], bdf->tvwork[2])); in TSBDF_Restart()
351 PetscCall(TSComputeTransientVariable(ts, bdf->work[i], bdf->tvwork[i])); in TSResizeRegister_BDF()
370 PetscCall(TSComputeTransientVariable(ts, X, V)); in SNESTSFormFunction_BDF()
/petsc/include/
H A Dpetscts.h874 PETSC_EXTERN PetscErrorCode TSComputeTransientVariable(TS, Vec, Vec);
/petsc/src/ts/interface/
H A Dts.c1686 PetscErrorCode TSComputeTransientVariable(TS ts, Vec U, Vec C) in TSComputeTransientVariable() function