Searched defs:UV (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex8.c | 16 PetscErrorCode f(PetscReal t, Vec UV, Vec F) in f() 38 PetscErrorCode F(PetscReal t, Vec UV, Vec F) in F() 70 Vec tsrhs, UV; in main() local 98 PetscErrorCode TSFunctionRHS(TS ts, PetscReal t, Vec UV, Vec F, void *actx) in TSFunctionRHS() 111 PetscErrorCode TSFunctionI(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *actx) in TSFunctionI()
|
| H A D | ex9.c | 49 Vec tsrhs, UV; in main() local 100 PetscErrorCode TSFunctionRHS(TS ts, PetscReal t, Vec UV, Vec F, void *actx) in TSFunctionRHS() 120 PetscErrorCode TSFunctionI(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *actx) in TSFunctionI()
|
| H A D | ex7.c | 16 PetscErrorCode f(PetscReal t, Vec UV, Vec F) in f() 37 PetscErrorCode F(PetscReal t, Vec UV, Vec F) in F() 58 Vec UV, V; member
|
| H A D | ex10.c | 186 Vec UV, UF, VF; member 197 PetscErrorCode TSDAESimple_Full_TSRHSFunction(TS ts, PetscReal t, Vec UV, Vec F, void *actx) in TSDAESimple_Full_TSRHSFunction() 221 PetscErrorCode TSDAESimple_Full_TSIFunction(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *act… in TSDAESimple_Full_TSIFunction()
|