Searched refs:TSView (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex28.c | 29 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| H A D | ex3.c | 239 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_SELF)); in main() 246 PetscCall(TSView(ts, stringviewer)); in main()
|
| H A D | ex5.c | 215 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex6.c | 218 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| /petsc/src/ts/interface/ |
| H A D | tscreate.c | 37 PetscCall(PetscHeaderCreate(t, TS_CLASSID, "TS", "Time stepping", "TS", comm, TSDestroy, TSView)); in TSCreate()
|
| H A D | ts.c | 1896 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 D | ex1.c | 257 PetscCall(TSView(ts, PETSC_VIEWER_BINARY_WORLD)); in main()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | adr_ex1.cxx | 274 PetscCall(TSView(ts, PETSC_VIEWER_BINARY_WORLD)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 133 PetscErrorCode TSView(PetscTS, PetscViewer)
|
| H A D | TS.pyx | 179 ``-ts_view`` calls TSView at the end of TSStep 183 petsc.TSView 188 CHKERR(TSView(self.ts, cviewer))
|
| /petsc/include/ |
| H A D | petscts.h | 1013 PETSC_EXTERN PetscErrorCode TSView(TS, PetscViewer);
|
| /petsc/doc/manual/ |
| H A D | ts.md | 280 TSView(TS ts,PetscViewer viewer);
|