| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex1_fluent_4.out | 1 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found dimension: 3 2 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of cells 96 3 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of faces 368 face vertices: 0 4 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of vertices: 195 5 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of cell faces 6 6 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found vertex coordinates 7 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 4 is label main 8 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 1 is label interior-main 9 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 5 is label inlet 10 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 6 is label outlet [all …]
|
| H A D | ex1_fluent_5.out | 1 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found dimension: 3 2 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of cells 84 3 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of faces 264 face vertices: 0 4 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of vertices: 104 5 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of cell faces 0 6 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found vertex coordinates 7 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 4 is label main 8 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 7 is label outlet 9 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 6 is label inlet 10 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 1 is label interior-main [all …]
|
| /petsc/src/sys/classes/viewer/impls/ascii/ |
| H A D | filev.c | 173 PetscViewer_ASCII *ascii = (PetscViewer_ASCII *)viewer->data; in PetscViewerASCIISetTab() local 179 if (isascii) ascii->tab = tabs; in PetscViewerASCIISetTab() 203 PetscViewer_ASCII *ascii = (PetscViewer_ASCII *)viewer->data; in PetscViewerASCIIGetTab() local 209 if (isascii && tabs) *tabs = ascii->tab; in PetscViewerASCIIGetTab() 233 PetscViewer_ASCII *ascii = (PetscViewer_ASCII *)viewer->data; in PetscViewerASCIIAddTab() local 239 if (isascii) ascii->tab += tabs; in PetscViewerASCIIAddTab() 264 PetscViewer_ASCII *ascii = (PetscViewer_ASCII *)viewer->data; in PetscViewerASCIISubtractTab() local 270 if (isascii) ascii->tab -= tabs; in PetscViewerASCIISubtractTab() 293 PetscViewer_ASCII *ascii = (PetscViewer_ASCII *)viewer->data; in PetscViewerASCIIPushSynchronized() local 298 …PetscCheck(!ascii->sviewer, PetscObjectComm((PetscObject)viewer), PETSC_ERR_ARG_WRONGSTATE, "Canno… in PetscViewerASCIIPushSynchronized() [all …]
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 72 …-mat_view ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (PetscOpti… 84 …-ksp_monitor ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (PetscO… 90 …-ksp_monitor_short ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (… 96 …-all_ksp_monitor ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (Pe… 102 …-ksp_monitor_range ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (… 108 …-ksp_monitor_true_residual ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCI… 114 …-ksp_monitor_max ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (Pe… 120 …-ksp_monitor_solution ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII fil… 126 …-ksp_monitor_singular_value ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASC… 132 …-ksp_monitor_error ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (… [all …]
|
| /petsc/src/sys/tests/options/output/ |
| H A D | ex55_skip_petscrc-1_options_monitor_cancel-1_2.out | 8 Setting option: options_monitor_viewer = ascii (source: command line) 24 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-1_options_monitor_cancel-1_3.out | 8 Setting option: options_monitor_viewer = ascii (source: command line) 28 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-1_options_monitor_cancel-0_2.out | 8 Setting option: options_monitor_viewer = ascii (source: command line) 27 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-1_options_monitor_cancel-0_3.out | 8 Setting option: options_monitor_viewer = ascii (source: command line) 31 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-0_options_monitor_cancel-1_2.out | 12 Setting option: options_monitor_viewer = ascii (source: command line) 30 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-0_options_monitor_cancel-0_2.out | 12 Setting option: options_monitor_viewer = ascii (source: command line) 33 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-0_options_monitor_cancel-1_3.out | 12 Setting option: options_monitor_viewer = ascii (source: command line) 34 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-0_options_monitor_cancel-0_3.out | 12 Setting option: options_monitor_viewer = ascii (source: command line) 37 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-1_options_monitor_cancel-1_1.out | 9 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-1_options_monitor_cancel-0_1.out | 12 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-0_options_monitor_cancel-1_1.out | 11 -options_monitor_viewer ascii # (source: command line)
|
| H A D | ex55_skip_petscrc-0_options_monitor_cancel-0_1.out | 14 -options_monitor_viewer ascii # (source: command line)
|
| /petsc/src/sys/classes/viewer/tutorials/output/ |
| H A D | ex2f_1.out | 2 type: ascii
|
| H A D | ex2_1.out | 2 type: ascii
|
| /petsc/src/mat/tests/output/ |
| H A D | ex78_1.out | 2 Read matrix in ascii format ...
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | iguess.c | 165 PetscBool ascii; in KSPGuessView() local 172 PetscCall(PetscObjectTypeCompare((PetscObject)view, PETSCVIEWERASCII, &ascii)); in KSPGuessView() 173 if (ascii) { in KSPGuessView()
|
| /petsc/src/sys/tutorials/output/ |
| H A D | ex3f90_no_log_xml.out | 4 Option left: name:-log_view value: ascii:filename.xml:ascii_xml source: command line
|
| H A D | ex3f90_no_log_detail.out | 4 Option left: name:-log_view value: ascii:filename.txt:ascii_info_detail source: command line
|
| H A D | ex3f90_no_log_ascii.out | 5 Option left: name:-log_view value: ascii:filename.txt source: command line
|
| /petsc/doc/changes/ |
| H A D | 310.md | 73 - -ksp_compute_eigenvalues becomes -ksp_view_eigenvalues ascii 78 -ksp_view_eigenvalues_explicit ascii 82 ascii
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | gmsh-3d.geo | 1 // gmsh -3 gmsh-3d.geo -o gmsh-3d-ascii.msh
|