Home
last modified time | relevance | path

Searched refs:PetscOptionsCreateViewers (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/classes/viewer/tests/
H A Dex7.c14 …PetscCall(PetscOptionsCreateViewers(PETSC_COMM_WORLD, NULL, NULL, "-test_view", &n_max, viewers, f… in main()
/petsc/include/
H A Dpetscviewer.h193 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 D322.md28 …etscOptionsGetViewers()` in favor of `PetscOptionsCreateViewer()` and `PetscOptionsCreateViewers()`
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c488 PetscErrorCode PetscOptionsCreateViewers(MPI_Comm comm, PetscOptions options, const char pre[], con… in PetscOptionsCreateViewers() function
/petsc/src/sys/objects/
H A Dinit.c569 PetscCall(PetscOptionsCreateViewers(comm, NULL, NULL, "-log_view", &n_max, NULL, format, NULL)); in PetscOptionsCheckInitial_Private()
/petsc/src/sys/logging/
H A Dplog.c2079 …PetscCall(PetscOptionsCreateViewers(PETSC_COMM_WORLD, NULL, NULL, "-log_view", &n_max, viewers, fo… in PetscLogViewFromOptions()