Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h508 …opidx_t flt, p4est_topidx_t llt, PetscInt *toFineLeavesCount, PetscInt *toLeaves, PetscSFNode *fro… in DMPforestComputeLocalCellTransferSF_loop() argument
540 if (toLeaves) { in DMPforestComputeLocalCellTransferSF_loop()
541 toLeaves[toFineLeaves] = currentTo + treeOffsetTo + ToOffset; in DMPforestComputeLocalCellTransferSF_loop()
555 if (toLeaves) { in DMPforestComputeLocalCellTransferSF_loop()
556 toLeaves[toFineLeaves] = currentTo + treeOffsetTo + ToOffset; in DMPforestComputeLocalCellTransferSF_loop()
617 PetscInt *fromLeaves = NULL, *toLeaves = NULL; in DMPforestComputeLocalCellTransferSF() local
628 PetscCall(PetscMalloc1(numLeavesTo, &toLeaves)); in DMPforestComputeLocalCellTransferSF()
634 …_loop(p4estFrom, FromOffset, p4estTo, ToOffset, flt, llt, &numLeavesTo, toLeaves, fromRoots, &numL… in DMPforestComputeLocalCellTransferSF()
636 PetscCall(PetscFree(toLeaves)); in DMPforestComputeLocalCellTransferSF()
638 …} else PetscCall(PetscSFSetGraph(fromCoarse, numRootsFrom, numLeavesTo, toLeaves, PETSC_OWN_POINTE… in DMPforestComputeLocalCellTransferSF()