Searched refs:PetscOptionsCreateViewers (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/classes/viewer/tests/ |
| H A D | ex7.c | 14 …PetscCall(PetscOptionsCreateViewers(PETSC_COMM_WORLD, NULL, NULL, "-test_view", &n_max, viewers, f… in main()
|
| /petsc/include/ |
| H A D | petscviewer.h | 193 PETSC_EXTERN PetscErrorCode PetscOptionsCreateViewers(MPI_Comm, PetscOptions, const char[], const c… 207 return PetscOptionsCreateViewers(comm, op, a, b, n, v, f, fg); in PetscOptionsGetViewers()
|
| /petsc/doc/changes/ |
| H A D | 322.md | 28 …etscOptionsGetViewers()` in favor of `PetscOptionsCreateViewer()` and `PetscOptionsCreateViewers()`
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewreg.c | 488 PetscErrorCode PetscOptionsCreateViewers(MPI_Comm comm, PetscOptions options, const char pre[], con… in PetscOptionsCreateViewers() function
|
| /petsc/src/sys/objects/ |
| H A D | init.c | 569 PetscCall(PetscOptionsCreateViewers(comm, NULL, NULL, "-log_view", &n_max, NULL, format, NULL)); in PetscOptionsCheckInitial_Private()
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 2079 …PetscCall(PetscOptionsCreateViewers(PETSC_COMM_WORLD, NULL, NULL, "-log_view", &n_max, viewers, fo… in PetscLogViewFromOptions()
|