Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex303.c39 PetscInt nonlocalCols; in main() local
40 PetscCall(MatGetLocalSize(B, NULL, &nonlocalCols)); in main()
41 PetscCall(PetscMalloc1(nonlocalCols, &garray_h)); in main()
42 for (int i = 0; i < nonlocalCols; i++) garray_h[i] = garray[i]; in main()