Home
last modified time | relevance | path

Searched defs:ioff (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex6.c50 PetscInt ioff = i * user->k[f], joff = j * user->k[f]; in LoadData2D() local
79 PetscInt ioff = i * user->k[f], joff = j * user->k[f], koff = k * user->k[f]; in LoadData3D() local
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c154 PetscInt64 ioff = (PetscInt64)moff; /* We could use MPI_OFFSET datatype (requires MPI 2.2) */ in PetscViewerRestoreSubViewer_Binary() local