| /petsc/src/sys/classes/viewer/tests/ |
| H A D | ex7.c | 11 PetscViewerFormat formats[N_MAX]; in main() local 14 …cOptionsCreateViewers(PETSC_COMM_WORLD, NULL, NULL, "-test_view", &n_max, viewers, formats, NULL)); in main() 16 PetscCall(PetscViewerPushFormat(viewers[i], formats[i])); in main()
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewa.c | 58 viewer->formats[viewer->iformat++] = viewer->format; in PetscViewerPushFormat() 82 viewer->format = viewer->formats[--viewer->iformat]; in PetscViewerPopFormat()
|
| H A D | viewreg.c | 488 …t char name[], PetscInt *n_max, PetscViewer viewers[], PetscViewerFormat formats[], PetscBool *set) in PetscOptionsCreateViewers() argument 491 …PetscCall(PetscOptionsCreateViewers_Internal(comm, options, pre, name, n_max, viewers, formats, se… in PetscOptionsCreateViewers()
|
| /petsc/doc/changes/ |
| H A D | 215.md | 29 - Added MatAXPY() to SBAIJ and BAIJ mat formats 30 - Added MatSetValuesBlocked() for SEQSBAIJ and MPISBAIJ formats
|
| H A D | 36.md | 172 - Added new mesh formats, Fluent CAS and Gmsh
|
| H A D | 2015.md | 10 for block diagonal formats
|
| H A D | 300.md | 74 - The bdiag matrix formats have been removed
|
| H A D | 32.md | 165 SBAIJ(1) matrix formats.
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | Viewer | 4 …` print, display, and export information and data from PETSc objects in a large variety of formats.
|
| /petsc/src/benchmarks/ |
| H A D | run_petsc_benchmarks.sh | 76 … ${LAUNCHER} ../mat/tests/bench_spmv -formats "${FORMATS}" -repetitions 5 -use_gpu -AJSON "$1" 78 ${LAUNCHER} ../mat/tests/bench_spmv -formats "${FORMATS}" -repetitions 5 -AJSON "$1"
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | gcov.py | 497 def do_main(petsc_dir, petsc_arch, merge_branch, base_path, formats, verbosity, ci_mode): argument 589 if 'html' in formats: 601 if 'xml' in formats: 716 formats = [attr for attr in ('html', 'xml') if getattr(args, attr)] variable 718 if len(formats) == 0: 743 args.petsc_dir, args.petsc_arch, args.merge_branch, args.base_path, formats,
|
| /petsc/include/petsc/private/ |
| H A D | viewerimpl.h | 29 PetscViewerFormat format, formats[PETSCVIEWERFORMATPUSHESMAX]; member
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 49 default for the `MATSEQAIJ` and `MATMPIAIJ` formats). 51 (via the `MATSEQBAIJ` and `MATMPIBAIJ` formats). 119 The sequential and parallel block AIJ formats, which are extensions of 120 the AIJ formats described above, are intended especially for use with 181 PETSc provides both sequential and parallel dense matrix formats, where
|
| H A D | objects.md | 52 formats.
|
| H A D | buildsystem.md | 334 `executeTest()` which formats the output and adds metadata for the
|
| /petsc/share/petsc/matlab/ |
| H A D | generatePetscTestFiles.m | 56 % We need to again write all possible formats 86 % We need to again write all possible formats 120 % We need to again write all possible formats
|
| /petsc/doc/overview/ |
| H A D | nutshell.md | 18 - {any}`Multiple sparse and dense matrix storage formats<doc_matrix>`,
|
| /petsc/doc/manual/ |
| H A D | mat.md | 8 parallel versions) for CPU and GPU based matrices, as well as several specialized formats. Addition… 9 specialized formats can be easily added. 18 storage formats of the matrices. 69 information about available matrix formats. 221 this matrix format for large-scale applications. Additional formats 232 In the PETSc AIJ matrix formats, we store the nonzero elements by rows, 248 The sequential and parallel AIJ matrix storage formats by default employ 256 The internal data representation for the AIJ formats employs zero-based 480 `MATMPIAIJ` and `MATMPIBAIJ` formats, PETSc will also list the 683 PETSc provides both sequential and parallel dense matrix formats, where [all …]
|
| H A D | snes.md | 174 formats (including “matrix-free” methods) can be used. 176 available matrix formats and options, while {any}`sec_nlmatrixfree` focuses on matrix-free methods … 224 application requirements. For many sparse matrix formats, reusing the 1344 supported for the AIJ and BAIJ matrix formats.
|
| H A D | advanced.md | 97 Certain matrix formats may support only a subset of these. All of
|
| H A D | other.md | 297 formats are determined from the options database; see the manual pages 647 formats, including `PetscDraw`-based ones; see 665 Implementations using OpenGL, TikZ, and other formats may be selected
|
| H A D | getting_started.md | 230 formats, respectively: 396 {any}`ch_matrices` discusses various matrix formats as
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 2075 PetscViewerFormat formats[PETSC_LOG_VIEW_FROM_OPTIONS_MAX]; in PetscLogViewFromOptions() local 2079 …scOptionsCreateViewers(PETSC_COMM_WORLD, NULL, NULL, "-log_view", &n_max, viewers, formats, &flg)); in PetscLogViewFromOptions() 2087 PetscCall(PetscViewerPushFormat(viewers[i], formats[i])); in PetscLogViewFromOptions()
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 181 All PETSc options and flags follow the standard CLI formats `--option-string=<value>` or
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Viewer.pyx | 1034 """Viewer object for HDF5 file formats.
|