Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1124 PetscSFNode *repartRoots; in DMSetUp_pforest() local
1132 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()