Searched refs:UVdot (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex8.c | 111 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 D | ex9.c | 120 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 D | ex10.c | 221 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()
|