Lines Matching refs:adj
552 PetscSFNode *adj = NULL; in DMPlexOrient() local
569 if (rank == 0) PetscCall(PetscMalloc2(displs[size], &adj, displs[size], &val)); in DMPlexOrient()
571 …PetscCallMPI(MPI_Gatherv(nrankComp, itotNeighbors, MPIU_SF_NODE, adj, recvcounts, displs, MPIU_SF_… in DMPlexOrient()
582 …OMM_SELF, " edge (%" PetscInt_FMT ", %" PetscInt_FMT ") (%s):\n", adj[off].rank, adj[off].index, … in DMPlexOrient()
596 const PetscInt q = Noff[adj[off].rank] + adj[off].index; in DMPlexOrient()
648 PetscCall(PetscFree2(adj, val)); in DMPlexOrient()
931 PetscSFNode *adj = NULL; in DMPlexOrientCells_Internal() local
949 if (rank == 0) PetscCall(PetscMalloc2(displs[size], &adj, displs[size], &val)); in DMPlexOrientCells_Internal()
951 …PetscCallMPI(MPI_Gatherv(nrankComp, itotNeighbors, MPIU_SF_NODE, adj, recvcounts, displs, MPIU_SF_… in DMPlexOrientCells_Internal()
960 …OMM_SELF, " edge (%" PetscInt_FMT ", %" PetscInt_FMT ") (%s):\n", adj[off].rank, adj[off].index, … in DMPlexOrientCells_Internal()
973 const PetscInt q = Noff[adj[off].rank] + adj[off].index; in DMPlexOrientCells_Internal()
1025 PetscCall(PetscFree2(adj, val)); in DMPlexOrientCells_Internal()