Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h616 PetscInt numRootsFrom, numRootsTo, numLeavesFrom, numLeavesTo; in DMPforestComputeLocalCellTransferSF() local
627 …llTransferSF_loop(p4estFrom, FromOffset, p4estTo, ToOffset, flt, llt, &numLeavesTo, NULL, NULL, &n… in DMPforestComputeLocalCellTransferSF()
628 PetscCall(PetscMalloc1(numLeavesTo, &toLeaves)); in DMPforestComputeLocalCellTransferSF()
629 PetscCall(PetscMalloc1(numLeavesTo, &fromRoots)); in DMPforestComputeLocalCellTransferSF()
634 …llTransferSF_loop(p4estFrom, FromOffset, p4estTo, ToOffset, flt, llt, &numLeavesTo, toLeaves, from… in DMPforestComputeLocalCellTransferSF()
635 if (!ToOffset && (numLeavesTo == numRootsTo)) { /* compress */ in DMPforestComputeLocalCellTransferSF()
637 …PetscCall(PetscSFSetGraph(fromCoarse, numRootsFrom, numLeavesTo, NULL, PETSC_OWN_POINTER, fromRoot… in DMPforestComputeLocalCellTransferSF()
638 …} else PetscCall(PetscSFSetGraph(fromCoarse, numRootsFrom, numLeavesTo, toLeaves, PETSC_OWN_POINTE… in DMPforestComputeLocalCellTransferSF()