Home
last modified time | relevance | path

Searched refs:TS2SetSolution (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tests/
H A Dex80.c102 PetscCall(TS2SetSolution(ts, U, V)); in main()
/petsc/src/ts/tutorials/
H A Dex44.c177 PetscCall(TS2SetSolution(ts, U, V)); in main()
H A Dex43.c206 PetscCall(TS2SetSolution(ts, U, V)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi150 PetscErrorCode TS2SetSolution(PetscTS, PetscVec, PetscVec)
H A DTS.pyx1462 petsc.TS2SetSolution
1465 CHKERR(TS2SetSolution(self.ts, u.vec, v.vec))
/petsc/include/
H A Dpetscts.h272 PETSC_EXTERN PetscErrorCode TS2SetSolution(TS, Vec, Vec);
/petsc/src/ts/interface/
H A Dts.c1746 PetscErrorCode TS2SetSolution(TS ts, Vec u, Vec v) in TS2SetSolution() function