Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex254.c12 PetscInt ncoos = 1; in main() local
42 PetscCall(PetscOptionsGetInt(NULL, NULL, "-ncoos", &ncoos, NULL)); in main()
46 if (ncoos > 1) { in main()
51 PetscCall(PetscLayoutSetSize(map, ncoos)); in main()
53 PetscCall(PetscLayoutGetLocalSize(map, &ncoos)); in main()
54 for (PetscInt i = 0; i < ncoos; i++) mycoo.n += coos[i % 3].n; in main()
57 for (PetscInt i = 0; i < ncoos; i++) { in main()
63 } else if (ncoos == 1 && PetscGlobalRank < 3) mycoo = coos[PetscGlobalRank]; in main()