Home
last modified time | relevance | path

Searched refs:mat_view (Results 1 – 7 of 7) sorted by relevance

/petsc/doc/changes/
H A D34.md112 - The options -mat_view, -mat_view_info, -mat_view_info_detailed
115 general systematic scheme of -mat_view [ascii,binary,draw, or
117 -mat_view -mat_view ::ascii_info -mat_view ::ascii_info_detail
118 -mat_view ::ascii_matlab -mat_view socket -mat_view binary
119 -mat_view draw -mat_view draw::draw_contour
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out71 Viewer (-mat_view) options:
72 …-mat_view ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (PetscOpti…
73 …-mat_view binary[:[filename][:[format][:append]]]: Saves object to a binary file (PetscOptionsCrea…
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)
/petsc/doc/manual/
H A Dmatlab.md27 options `-vec_view ::ascii_matlab` or `-mat_view ::ascii_matlab`. To
29 `-mat_view :filename.m:ascii_matlab`.
H A Dother.md99 `-mat_view ::info`, or `-mg_levels_ksp_type`).
327 may use `-mat_view binary:matrix.out`, or to output to a
329 `-mat_view ascii:matrix.m:ascii_matlab`. See the
/petsc/src/mat/tests/
H A Dex226.c16 PetscBool equal = PETSC_FALSE, mat_view = PETSC_FALSE; in main() local
25 PetscCall(PetscOptionsHasName(NULL, NULL, "-result_view", &mat_view)); in main()
/petsc/doc/tutorials/
H A Dhandson.md35 $ mpiexec -n 1 ./ex50 -da_grid_x 4 -da_grid_y 4 -mat_view
/petsc/doc/faq/
H A Dindex.md1477 - Run with `-mat_view` or `-mat_view draw` to see if the Jacobian looks reasonable.