Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex28.c24 PetscCall(TSLoad(ts, viewer)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi134 PetscErrorCode TSLoad(PetscTS, PetscViewer)
H A DTS.pyx202 petsc.TSLoad
205 CHKERR(TSLoad(self.ts, viewer.vwr))
/petsc/include/
H A Dpetscts.h1014 PETSC_EXTERN PetscErrorCode TSLoad(TS, PetscViewer);
/petsc/src/ts/interface/
H A Dts.c1809 PetscErrorCode TSLoad(TS ts, PetscViewer viewer) in TSLoad() function