Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex9.c11 PetscInt Ii, J, ldim, nsubcomms; in main() local
97 nsubcomms = size; in main()
98 PetscCall(PetscOptionsGetInt(NULL, NULL, "-nsubcomms", &nsubcomms, NULL)); in main()
99 PetscCall(MatCreateRedundantMatrix(C, nsubcomms, MPI_COMM_NULL, MAT_INITIAL_MATRIX, &Credundant)); in main()
100 PetscCall(MatCreateRedundantMatrix(C, nsubcomms, MPI_COMM_NULL, MAT_REUSE_MATRIX, &Credundant)); in main()
116 PetscCall(PetscSubcommSetNumber(psubcomm, nsubcomms)); in main()
121 …PetscCall(MatCreateRedundantMatrix(C, nsubcomms, PetscSubcommChild(psubcomm), MAT_INITIAL_MATRIX, … in main()
122 …PetscCall(MatCreateRedundantMatrix(C, nsubcomms, PetscSubcommChild(psubcomm), MAT_REUSE_MATRIX, &C… in main()