Home
last modified time | relevance | path

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

/petsc/src/mat/tutorials/
H A Dex3.c31 PetscInt overlapSize = 2, globalIdx[2]; in main() local
42 PetscCall(ISLocalToGlobalMappingCreate(comm, 1, overlapSize, globalIdx, PETSC_COPY_VALUES, &map)); in main()
47 PetscCall(MatISSetPreallocation(A, overlapSize, NULL, overlapSize, NULL)); in main()