Lines Matching refs:PetscViewerBinaryRead
131 PetscCall(PetscViewerBinaryRead(viewer, &dim, 1, NULL, PETSC_INT)); in DMLoad_DA()
132 PetscCall(PetscViewerBinaryRead(viewer, &m, 1, NULL, PETSC_INT)); in DMLoad_DA()
133 PetscCall(PetscViewerBinaryRead(viewer, &n, 1, NULL, PETSC_INT)); in DMLoad_DA()
134 PetscCall(PetscViewerBinaryRead(viewer, &p, 1, NULL, PETSC_INT)); in DMLoad_DA()
135 PetscCall(PetscViewerBinaryRead(viewer, &dof, 1, NULL, PETSC_INT)); in DMLoad_DA()
136 PetscCall(PetscViewerBinaryRead(viewer, &swidth, 1, NULL, PETSC_INT)); in DMLoad_DA()
137 PetscCall(PetscViewerBinaryRead(viewer, &bx, 1, NULL, PETSC_ENUM)); in DMLoad_DA()
138 PetscCall(PetscViewerBinaryRead(viewer, &by, 1, NULL, PETSC_ENUM)); in DMLoad_DA()
139 PetscCall(PetscViewerBinaryRead(viewer, &bz, 1, NULL, PETSC_ENUM)); in DMLoad_DA()
140 PetscCall(PetscViewerBinaryRead(viewer, &stencil, 1, NULL, PETSC_ENUM)); in DMLoad_DA()
149 PetscCall(PetscViewerBinaryRead(viewer, &coors, 1, NULL, PETSC_BOOL)); in DMLoad_DA()