Home
last modified time | relevance | path

Searched refs:TSView (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex28.c29 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex3.c239 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_SELF)); in main()
246 PetscCall(TSView(ts, stringviewer)); in main()
H A Dex5.c215 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_SELF)); in main()
H A Dex6.c218 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_SELF)); in main()
/petsc/src/ts/interface/
H A Dtscreate.c37 PetscCall(PetscHeaderCreate(t, TS_CLASSID, "TS", "Time stepping", "TS", comm, TSDestroy, TSView)); in TSCreate()
H A Dts.c1896 PetscErrorCode TSView(TS ts, PetscViewer viewer) in TSView() function
5728 …, TS_CLASSID, "TS", "Time stepping", "TS", PetscObjectComm((PetscObject)tsin), TSDestroy, TSView)); in TSClone()
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex1.c257 PetscCall(TSView(ts, PETSC_VIEWER_BINARY_WORLD)); in main()
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex1.cxx274 PetscCall(TSView(ts, PETSC_VIEWER_BINARY_WORLD)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi133 PetscErrorCode TSView(PetscTS, PetscViewer)
H A DTS.pyx179 ``-ts_view`` calls TSView at the end of TSStep
183 petsc.TSView
188 CHKERR(TSView(self.ts, cviewer))
/petsc/include/
H A Dpetscts.h1013 PETSC_EXTERN PetscErrorCode TSView(TS, PetscViewer);
/petsc/doc/manual/
H A Dts.md280 TSView(TS ts,PetscViewer viewer);