Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/sys/classes/viewer/tests/
H A Dex7.c11 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 Dviewa.c58 viewer->formats[viewer->iformat++] = viewer->format; in PetscViewerPushFormat()
82 viewer->format = viewer->formats[--viewer->iformat]; in PetscViewerPopFormat()
H A Dviewreg.c488 …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 D215.md29 - Added MatAXPY() to SBAIJ and BAIJ mat formats
30 - Added MatSetValuesBlocked() for SEQSBAIJ and MPISBAIJ formats
H A D36.md172 - Added new mesh formats, Fluent CAS and Gmsh
H A D2015.md10 for block diagonal formats
H A D300.md74 - The bdiag matrix formats have been removed
H A D32.md165 SBAIJ(1) matrix formats.
/petsc/doc/manualpages/MANSECHeaders/
H A DViewer4 …` print, display, and export information and data from PETSc objects in a large variety of formats.
/petsc/src/benchmarks/
H A Drun_petsc_benchmarks.sh76 … ${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 Dgcov.py497 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 Dviewerimpl.h29 PetscViewerFormat format, formats[PETSCVIEWERFORMATPUSHESMAX]; member
/petsc/doc/developers/
H A Dmatrices.md49 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 Dobjects.md52 formats.
H A Dbuildsystem.md334 `executeTest()` which formats the output and adds metadata for the
/petsc/share/petsc/matlab/
H A DgeneratePetscTestFiles.m56 % 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 Dnutshell.md18 - {any}`Multiple sparse and dense matrix storage formats<doc_matrix>`,
/petsc/doc/manual/
H A Dmat.md8 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 Dsnes.md174 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 Dadvanced.md97 Certain matrix formats may support only a subset of these. All of
H A Dother.md297 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 Dgetting_started.md230 formats, respectively:
396 {any}`ch_matrices` discusses various matrix formats as
/petsc/src/sys/logging/
H A Dplog.c2075 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 Dinstall_tutorial.md181 All PETSc options and flags follow the standard CLI formats `--option-string=<value>` or
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DViewer.pyx1034 """Viewer object for HDF5 file formats.

12