Searched refs:leavesNew (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1214 PetscInt nleaves, nroots, *leavesNew, i, nleavesNew; in DMSetUp_pforest() local 1234 PetscCall(PetscMalloc1(nleavesNew, &leavesNew)); in DMSetUp_pforest() 1238 leavesNew[nleavesNew] = i; in DMSetUp_pforest() 1245 …PetscCall(PetscSFSetGraph(preCoarseToFineNew, nroots, nleavesNew, leavesNew, PETSC_OWN_POINTER, re… in DMSetUp_pforest() 1247 PetscCall(PetscFree(leavesNew)); in DMSetUp_pforest() 1257 PetscInt nleaves, nroots, i, nleavesCellSF, nleavesExpanded, *leavesNew; in DMSetUp_pforest() local 1288 PetscCall(PetscMalloc1(nleavesExpanded, &leavesNew)); in DMSetUp_pforest() 1292 leavesNew[nleavesExpanded] = i; in DMSetUp_pforest() 1299 …PetscCall(PetscSFSetGraph(coarseToPreFineNew, cEnd, nleavesExpanded, leavesNew, PETSC_OWN_POINTER,… in DMSetUp_pforest() 1301 PetscCall(PetscFree(leavesNew)); in DMSetUp_pforest()
|