| /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 …sidual ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (PetscOptions… 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 …_value ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (PetscOptions… 132 …-ksp_monitor_error ascii[:[filename][:[format][:append]]]: Prints object to stdout or ASCII file (… [all …]
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex1_cylinder_wedge.out | 3 ASCII
|
| H A D | ex1_gmsh_15_hyb3d_vtk.out | 3 ASCII
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Viewer.pyx | 6 ASCII = S_(PETSCVIEWERASCII) variable in ViewerType 206 """Create a viewer of type `Type.ASCII`. 605 def ASCII(cls, name : str, comm: Comm | None = None) -> Viewer: member in Viewer 606 """Return an ASCII viewer associated with the communicator. 661 # --- ASCII viewers --- 664 """Set ASCII tab level. 677 """Return the ASCII tab level. 691 """Increment the ASCII tab level. 704 """Decrement the ASCII tab level. 717 """Allow ASCII synchronized calls. [all …]
|
| H A D | IS.pyx | 1212 Viewer instance, defaults to an instance of `Viewer.Type.ASCII`.
|
| H A D | KSP.pyx | 1259 `PETSc.Viewer.ASCII` as the context.
|
| H A D | Mat.pyx | 465 Viewers with type `Viewer.Type.ASCII` are only recommended for small
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 625 ASCII, enumerator 645 if (flg) *outputType = ASCII; in KSViewerCreate() 712 case ASCII: in PetscProbComputeKSStatistic_Internal() 732 …if (outputType == ASCII) PetscCall(PetscViewerASCIIPrintf(viewer, "KSfbar(%" PetscInt_FMT ", %.2g)… in PetscProbComputeKSStatistic_Internal()
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 23 ### Dumping ASCII MATLAB data 25 One can dump PETSc matrices and vectors to the screen in an ASCII format
|
| H A D | profiling.md | 24 - `-log_view [:filename]` - Prints an ASCII version of performance data at the 47 output or an ASCII file at the conclusion of a program. See `PetscLogView()` for all the possible
|
| H A D | other.md | 248 - To save an object to a file in ASCII format, the user creates the 263 The user can control the format of ASCII printed objects with viewers 328 MATLAB-compatible ASCII file, one may use
|
| H A D | getting_started.md | 1026 Where `PetscViewer` is an abstract object that can represent standard output, an ASCII or binary fi…
|
| H A D | ksp.md | 613 screen in ASCII text via `-ksp_view_eigenvalues` and
|
| /petsc/doc/tutorials/meshing/ |
| H A D | guide_to_subsurface.md | 5 Reading the ASCII Output
|
| /petsc/src/mat/tests/output/ |
| H A D | ex23_1.out | 17 Test MatView ASCII MATLAB
|
| /petsc/doc/changes/ |
| H A D | 2028.md | 238 - Binary and ASCII viewers can create compressed files by simply
|
| H A D | 315.md | 195 - Reduce default `KSPView()` ASCII output to a single subdomain's
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 4653 /* Use 'Z' rather than 'A' so that ASCII can be detected on Prime 4663 /* ASCII is assumed - ZCODE is the ASCII code of either lower o 4691 /* ASCII is assumed, on Prime machines - ZCODE is the ASCII cod
|
| /petsc/doc/developers/ |
| H A D | style.md | 555 17. The format strings in PETSc ASCII output routines, such as 559 18. All arguments of type `PetscReal` to PETSc ASCII output routines,
|
| H A D | testing.md | 338 When writing ASCII output that may be not portable, so one wants `-petsc_ci_portable_error_output` …
|
| /petsc/doc/faq/ |
| H A D | index.md | 735 …read in or write out a sparse matrix in Matrix Market, Harwell-Boeing, Slapc or other ASCII format? 752 to modify the code slightly to match your required ASCII format. 755 Never read or write in parallel an ASCII matrix file. 762 it as ASCII.
|