Home
last modified time | relevance | path

Searched refs:TS2GetSolution (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex44.c30 PetscCall(TS2GetSolution(ts, &U, &V)); in Event()
50 PetscCall(TS2GetSolution(ts, &U, &V)); in PostEvent()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi151 PetscErrorCode TS2GetSolution(PetscTS, PetscVec*, PetscVec*)
H A DTS.pyx1478 petsc.TS2GetSolution
1483 CHKERR(TS2GetSolution(self.ts, &u.vec, &v.vec))
/petsc/include/
H A Dpetscts.h273 PETSC_EXTERN PetscErrorCode TS2GetSolution(TS, Vec *, Vec *);
/petsc/src/ts/interface/
H A Dts.c1781 PetscErrorCode TS2GetSolution(TS ts, Vec *u, Vec *v) in TS2GetSolution() function