Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex8.c111 PetscErrorCode TSFunctionI(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *actx) in TSFunctionI() argument
116 PetscCall(VecCopy(UVdot, F)); in TSFunctionI()
H A Dex9.c120 PetscErrorCode TSFunctionI(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *actx) in TSFunctionI() argument
125 PetscCall(VecCopy(UVdot, F)); in TSFunctionI()
H A Dex10.c221 PetscErrorCode TSDAESimple_Full_TSIFunction(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *act… in TSDAESimple_Full_TSIFunction() argument
227 PetscCall(VecCopy(UVdot, F)); in TSDAESimple_Full_TSIFunction()