Home
last modified time | relevance | path

Searched refs:PetscOptionsCreateViewer (Results 1 – 25 of 52) sorted by relevance

123

/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out72 …[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (PetscOptionsCreateViewer)
73 …w binary[:[filename][:[format][:append]]]: Saves object to a binary file (PetscOptionsCreateViewer)
74 -mat_view draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
75 -mat_view socket[:port]: Pushes object to a Unix socket (PetscOptionsCreateViewer)
76 -mat_view saws[:communicatorname]: Publishes object to SAWs (PetscOptionsCreateViewer)
84 …[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (PetscOptionsCreateViewer)
85 …r binary[:[filename][:[format][:append]]]: Saves object to a binary file (PetscOptionsCreateViewer)
86 -ksp_monitor draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
87 -ksp_monitor socket[:port]: Pushes object to a Unix socket (PetscOptionsCreateViewer)
88 -ksp_monitor saws[:communicatorname]: Publishes object to SAWs (PetscOptionsCreateViewer)
[all …]
/petsc/src/ksp/ksp/interface/
H A Ditcl.c259 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)ksp), ((PetscObject)ksp)->options,… in KSPMonitorSetFromOptions()
388 …PetscCall(PetscOptionsCreateViewer(comm, ((PetscObject)ksp)->options, prefix, "-ksp_view", &ksp->v… in KSPSetFromOptions()
390 …PetscCall(PetscOptionsCreateViewer(comm, ((PetscObject)ksp)->options, ((PetscObject)ksp)->prefix, … in KSPSetFromOptions()
394 …PetscCall(PetscOptionsCreateViewer(comm, ((PetscObject)ksp)->options, prefix, "-ksp_view_mat", &ks… in KSPSetFromOptions()
395 …PetscCall(PetscOptionsCreateViewer(comm, ((PetscObject)ksp)->options, prefix, "-ksp_view_pmat", &k… in KSPSetFromOptions()
396 …PetscCall(PetscOptionsCreateViewer(comm, ((PetscObject)ksp)->options, prefix, "-ksp_view_rhs", &ks… in KSPSetFromOptions()
397 …PetscCall(PetscOptionsCreateViewer(comm, ((PetscObject)ksp)->options, prefix, "-ksp_view_solution"… in KSPSetFromOptions()
398 …PetscCall(PetscOptionsCreateViewer(comm, ((PetscObject)ksp)->options, prefix, "-ksp_view_mat_expli… in KSPSetFromOptions()
399 …PetscCall(PetscOptionsCreateViewer(comm, ((PetscObject)ksp)->options, prefix, "-ksp_view_final_res… in KSPSetFromOptions()
400 …PetscCall(PetscOptionsCreateViewer(comm, ((PetscObject)ksp)->options, prefix, "-ksp_view_precondit… in KSPSetFromOptions()
[all …]
/petsc/src/sys/classes/viewer/tests/
H A Dex5.c13 …PetscCall(PetscOptionsCreateViewer(PETSC_COMM_WORLD, NULL, NULL, "-myviewer", &viewer, &format, NU… in main()
22 …PetscCall(PetscOptionsCreateViewer(PETSC_COMM_WORLD, NULL, NULL, "-myviewer", &viewer, &format, &f… in main()
30 …PetscCall(PetscOptionsCreateViewer(PETSC_COMM_WORLD, NULL, NULL, "-myviewer", &viewer, &format, &f… in main()
H A Dex4.c13 …PetscCall(PetscOptionsCreateViewer(PETSC_COMM_WORLD, NULL, NULL, "-myviewer", &viewer, &format, NU… in main()
20 …PetscCall(PetscOptionsCreateViewer(PETSC_COMM_WORLD, NULL, NULL, "-myviewer", &viewer, &format, NU… in main()
/petsc/src/sys/classes/viewer/tutorials/
H A Dex2.c12 …PetscCall(PetscOptionsCreateViewer(PETSC_COMM_WORLD, NULL, NULL, "-myviewer", &viewer, &format, NU… in main()
/petsc/src/sys/tests/options/
H A Dex55.c29 …PetscCall(PetscOptionsCreateViewer(PETSC_COMM_WORLD, NULL, NULL, "-options_monitor_viewer", &viewe… in main()
/petsc/src/sys/tests/
H A Dex50.c29 PetscCall(PetscOptionsCreateViewer(comm, NULL, NULL, "-viewer", &viewer, &format, &flg)); in main()
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c190 …PetscCall(PetscOptionsCreateViewer(((PetscObject)part)->comm, ((PetscObject)part)->options, ((Pets… in PetscPartitionerSetFromOptions()
191 …PetscCall(PetscOptionsCreateViewer(((PetscObject)part)->comm, ((PetscObject)part)->options, ((Pets… in PetscPartitionerSetFromOptions()
/petsc/src/mat/tests/
H A Dex84.c43 PetscCall(PetscOptionsCreateViewer(PETSC_COMM_SELF, NULL, NULL, option, r, fmt, &flg)); in GetReader()
/petsc/src/vec/is/is/tests/
H A Dex9.c25 PetscCall(PetscOptionsCreateViewer(comm, NULL, NULL, "-viewer", &viewer, &format, NULL)); in main()
/petsc/src/mat/matfd/
H A Dfdmatrix.c402 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)fd), ((PetscObject)fd)->options, p… in MatFDColoringViewFromOptions()
404 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)fd), ((PetscObject)fd)->options, (… in MatFDColoringViewFromOptions()
/petsc/include/
H A Dpetscviewer.h192 PETSC_EXTERN PetscErrorCode PetscOptionsCreateViewer(MPI_Comm, PetscOptions, const char[], const ch…
203 return PetscOptionsCreateViewer(comm, op, a, b, v, f, fg); in PetscOptionsGetViewer()
/petsc/src/vec/vec/utils/tagger/tutorials/
H A Dex1.c92 …PetscCall(PetscOptionsCreateViewer(comm, NULL, NULL, "-vec_tagger_boxes_view", &viewer, NULL, NULL… in main()
/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c369 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)mc), ((PetscObject)mc)->options, (… in MatColoringApply()
/petsc/src/snes/interface/
H A Dsnes.c863 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESMonitorSetFromOptions()
1085 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESSetFromOptions()
3048 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESComputeJacobian()
3049 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESComputeJacobian()
3050 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESComputeJacobian()
3051 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESComputeJacobian()
3099 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESComputeJacobian()
3100 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESComputeJacobian()
3101 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESComputeJacobian()
3102 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)snes), ((PetscObject)snes)->option… in SNESComputeJacobian()
[all …]
/petsc/src/sys/objects/
H A Ddestroy.c134 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm(obj), obj->options, prefix, optionname, &viewer… in PetscObjectViewFromOptions()
/petsc/src/vec/vec/tests/
H A Dex32.c35 …PetscCall(PetscOptionsCreateViewer(PETSC_COMM_WORLD, NULL, NULL, "-array_view", &vwr, NULL, NULL)); in main()
/petsc/src/snes/tutorials/
H A Dex34.c128 PetscCall(PetscOptionsCreateViewer(comm, NULL, NULL, "-param_view", &viewer, &format, &flg)); in SetupParameters()
H A Dex62.c268 PetscCall(PetscOptionsCreateViewer(comm, NULL, NULL, "-param_view", &viewer, &format, &flg)); in SetupParameters()
/petsc/src/dm/impls/plex/tutorials/
H A Dex19.c112 …PetscCall(PetscOptionsCreateViewer(PETSC_COMM_WORLD, NULL, NULL, "-dm_view_test", &viewer, &format… in main()
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c778 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)ls), ((PetscObject)ls)->options, (… in SNESLineSearchMonitorSetFromOptions()
838 …PetscCall(PetscOptionsCreateViewer(PetscObjectComm((PetscObject)linesearch), ((PetscObject)linesea… in SNESLineSearchSetFromOptions()
/petsc/doc/changes/
H A D322.md28 …OptionsGetViewer()` and `PetscOptionsGetViewers()` in favor of `PetscOptionsCreateViewer()` and `P…
/petsc/src/dm/dt/interface/
H A Ddtprob.c642 PetscCall(PetscOptionsCreateViewer(comm, options, prefix, "-ks_monitor", viewer, &format, &flg)); in KSViewerCreate()
/petsc/src/vec/is/sf/tests/
H A Dex18.c36 PetscCall(PetscOptionsCreateViewer(comm, NULL, NULL, "-sf_view", &ctx->viewer, &format, NULL)); in GetOptions()
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c444 PetscErrorCode PetscOptionsCreateViewer(MPI_Comm comm, PetscOptions options, const char pre[], cons… in PetscOptionsCreateViewer() function

123