Home
last modified time | relevance | path

Searched defs:UV (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tests/
H A Dex8.c16 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 Dex9.c49 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 Dex7.c16 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 Dex10.c186 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()