Home
last modified time | relevance | path

Searched refs:numRootsTo (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
626 numRootsTo = p4estTo->local_num_quadrants + ToOffset; in DMPforestComputeLocalCellTransferSF()
635 if (!ToOffset && (numLeavesTo == numRootsTo)) { /* compress */ in DMPforestComputeLocalCellTransferSF()
641 …PetscCall(PetscSFSetGraph(toCoarse, numRootsTo, numLeavesFrom, fromLeaves, PETSC_OWN_POINTER, toRo… in DMPforestComputeLocalCellTransferSF()