Searched refs:gloInd (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ex10d/ |
| H A D | ex10.c | 56 PetscInt *locInd, *gloInd; /* local and global orderings for a node */ member 166 PetscCall(PetscMalloc1(user.Nvglobal, &user.gloInd)); in main() 175 user.gloInd[user.Nvlocal] = inode; in main() 217 PetscCall(AOCreateBasic(MPI_COMM_WORLD, user.Nvlocal, user.gloInd, pordering, &ao)); in main() 232 PetscCall(PetscFPrintf(PETSC_COMM_SELF, fptr1, " %" PetscInt_FMT " ", user.gloInd[i])); in main() 234 user.locInd[i] = user.gloInd[i]; in main() 239 …intf(PETSC_COMM_SELF, fptr1, "Neghbors of local vertex %" PetscInt_FMT " are : ", user.gloInd[i])); in main() 466 PetscCall(PetscFree(user.gloInd)); in main() 499 PetscInt *gloInd; in FormInitialGuess() local 514 gloInd = user->gloInd; in FormInitialGuess() [all …]
|