Home
last modified time | relevance | path

Searched refs:PetscViewerBinaryReadAll (Results 1 – 10 of 10) sorted by relevance

/petsc/src/sys/classes/viewer/tests/
H A Dex6.c83 PetscCall(PetscViewerBinaryReadAll(viewer, &idata, 1, s, t, PETSC_INT)); in TestRead()
84 PetscCall(PetscViewerBinaryReadAll(viewer, &rdata, 1, s, t, PETSC_REAL)); in TestRead()
/petsc/src/vec/is/utils/
H A Disio.c97 PetscCall(PetscViewerBinaryReadAll(viewer, idx, n, s, N, PETSC_INT)); in ISLoad_Binary()
H A Disltog.c484 …PetscCall(PetscViewerBinaryReadAll(viewer, mapping->indices, mapping->n, PETSC_DETERMINE, PETSC_DE… in ISLocalToGlobalMappingLoad()
/petsc/src/vec/vec/utils/
H A Dvecio.c113 PetscCall(PetscViewerBinaryReadAll(viewer, array, n, s, N, PETSC_SCALAR)); in VecLoad_Binary()
/petsc/include/
H A Dpetscviewer.h256 PETSC_EXTERN PetscErrorCode PetscViewerBinaryReadAll(PetscViewer, void *, PetscCount, PetscCount, P…
/petsc/doc/changes/
H A D320.md31 - Change arguments 4 and 5 of `PetscViewerBinaryReadAll()` and `PetscViewerBinaryWriteAll()` to `Pe…
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c1118 PetscErrorCode PetscViewerBinaryReadAll(PetscViewer viewer, void *data, PetscCount count, PetscCoun… in PetscViewerBinaryReadAll() function
/petsc/src/mat/impls/dense/seq/
H A Ddense.c1420 …PetscCall(PetscViewerBinaryReadAll(viewer, vwork, nnz, PETSC_DETERMINE, PETSC_DETERMINE, PETSC_SCA… in MatLoad_Dense_Binary()
1429 …PetscCall(PetscViewerBinaryReadAll(viewer, rlens, m, PETSC_DETERMINE, PETSC_DETERMINE, PETSC_INT)); in MatLoad_Dense_Binary()
1433 …PetscCall(PetscViewerBinaryReadAll(viewer, icols, nnz, PETSC_DETERMINE, PETSC_DETERMINE, PETSC_INT… in MatLoad_Dense_Binary()
1434 …PetscCall(PetscViewerBinaryReadAll(viewer, vwork, nnz, PETSC_DETERMINE, PETSC_DETERMINE, PETSC_SCA… in MatLoad_Dense_Binary()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c3269 PetscCall(PetscViewerBinaryReadAll(viewer, rowidxs + 1, m, PETSC_DECIDE, M, PETSC_INT)); in MatLoad_MPIBAIJ_Binary()
3277 …PetscCall(PetscViewerBinaryReadAll(viewer, colidxs, rowidxs[m], PETSC_DETERMINE, PETSC_DETERMINE, … in MatLoad_MPIBAIJ_Binary()
3278 …PetscCall(PetscViewerBinaryReadAll(viewer, matvals, rowidxs[m], PETSC_DETERMINE, PETSC_DETERMINE, … in MatLoad_MPIBAIJ_Binary()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3072 PetscCall(PetscViewerBinaryReadAll(viewer, rowidxs + 1, m, PETSC_DECIDE, M, PETSC_INT)); in MatLoad_MPIAIJ_Binary()
3082 …PetscCall(PetscViewerBinaryReadAll(viewer, colidxs, rowidxs[m], PETSC_DETERMINE, PETSC_DETERMINE, … in MatLoad_MPIAIJ_Binary()
3083 …PetscCall(PetscViewerBinaryReadAll(viewer, matvals, rowidxs[m], PETSC_DETERMINE, PETSC_DETERMINE, … in MatLoad_MPIAIJ_Binary()