Home
last modified time | relevance | path

Searched refs:ASCII (Results 1 – 21 of 21) sorted by relevance

/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out72 …-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 Dex1_cylinder_wedge.out3 ASCII
H A Dex1_gmsh_15_hyb3d_vtk.out3 ASCII
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DViewer.pyx6 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 DIS.pyx1212 Viewer instance, defaults to an instance of `Viewer.Type.ASCII`.
H A DKSP.pyx1259 `PETSc.Viewer.ASCII` as the context.
H A DMat.pyx465 Viewers with type `Viewer.Type.ASCII` are only recommended for small
/petsc/src/dm/dt/interface/
H A Ddtprob.c625 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 Dmatlab.md23 ### Dumping ASCII MATLAB data
25 One can dump PETSc matrices and vectors to the screen in an ASCII format
H A Dprofiling.md24 - `-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 Dother.md248 - 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 Dgetting_started.md1026 Where `PetscViewer` is an abstract object that can represent standard output, an ASCII or binary fi…
H A Dksp.md613 screen in ASCII text via `-ksp_view_eigenvalues` and
/petsc/doc/tutorials/meshing/
H A Dguide_to_subsurface.md5 Reading the ASCII Output
/petsc/src/mat/tests/output/
H A Dex23_1.out17 Test MatView ASCII MATLAB
/petsc/doc/changes/
H A D2028.md238 - Binary and ASCII viewers can create compressed files by simply
H A D315.md195 - Reduce default `KSPView()` ASCII output to a single subdomain's
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh4653 /* 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 Dstyle.md555 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 Dtesting.md338 When writing ASCII output that may be not portable, so one wants `-petsc_ci_portable_error_output` …
/petsc/doc/faq/
H A Dindex.md735 …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.