Searched refs:ioff (Results 1 – 2 of 2) sorted by relevance
50 PetscInt ioff = i * user->k[f], joff = j * user->k[f]; in LoadData2D() local54 …er->Nc[f]; ++c) closure[o++] = ((kj + joff) * (Ni * user->k[f] + 1) + ki + ioff) * user->Nc[f] + c; in LoadData2D()79 PetscInt ioff = i * user->k[f], joff = j * user->k[f], koff = k * user->k[f]; in LoadData3D() local84 … koff) * (Nj * user->k[f] + 1) + kj + joff) * (Ni * user->k[f] + 1) + ki + ioff) * user->Nc[f] + c; in LoadData3D()
154 PetscInt64 ioff = (PetscInt64)moff; /* We could use MPI_OFFSET datatype (requires MPI 2.2) */ in PetscViewerRestoreSubViewer_Binary() local155 PetscCallMPI(MPI_Bcast(&ioff, 1, MPIU_INT64, 0, PetscObjectComm((PetscObject)viewer))); in PetscViewerRestoreSubViewer_Binary()156 vbinary->moff = (MPI_Offset)ioff; in PetscViewerRestoreSubViewer_Binary()