Lines Matching refs:AdjM
52 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()
333 PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, "%" PetscInt_FMT " ", user.AdjM[i][j])); in main()
600 for (PetscInt j = 0; j < user->itot[i]; j++) f[i] -= x[user->AdjM[i][j]]; in FormFunction()
672 col[j + 1] = user->AdjM[i][j]; in FormJacobian()