Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/ex10d/
H A Dex10.c52 PetscInt AdjM[MAX_VERT][50]; /* adjacency list of a vertex */ member
188 user.AdjM[user.Nvlocal][i] = dtmp; in main()
190 … PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "%" PetscInt_FMT " ", user.AdjM[user.Nvlocal][i])); in main()
241 PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "%" PetscInt_FMT " ", user.AdjM[i][j])); in main()
243 tmp[j + jstart] = user.AdjM[i][j]; in main()
264 user.AdjM[i][j] = tmp[j + jstart]; in main()
266 PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "%" PetscInt_FMT " ", user.AdjM[i][j])); in main()
308 nb = user.AdjM[i][j]; in main()
330 nb = user.AdjM[i][j]; in main()
331 user.AdjM[i][j] = verticesmask[nb] - 1; in main()
[all …]