Searched refs:repartRoots (Results 1 – 1 of 1) sorted by relevance
1124 PetscSFNode *repartRoots; in DMSetUp_pforest() local1132 PetscCall(PetscMalloc1((PetscInt)pforest->forest->local_num_quadrants, &repartRoots)); in DMSetUp_pforest()1141 repartRoots[q - postStart].rank = p; in DMSetUp_pforest()1142 repartRoots[q - postStart].index = (PetscInt)(partOffset - preStart); in DMSetUp_pforest()1147 …etscSFSetGraph(repartSF, numRoots, numLeaves, NULL, PETSC_OWN_POINTER, repartRoots, PETSC_OWN_POIN… in DMSetUp_pforest()