Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h615 PetscSF fromCoarse, toCoarse; in DMPforestComputeLocalCellTransferSF() local
624 if (toCoarseFromFine) PetscCall(PetscSFCreate(comm, &toCoarse)); in DMPforestComputeLocalCellTransferSF()
641 …PetscCall(PetscSFSetGraph(toCoarse, numRootsTo, numLeavesFrom, fromLeaves, PETSC_OWN_POINTER, toRo… in DMPforestComputeLocalCellTransferSF()
642 *toCoarseFromFine = toCoarse; in DMPforestComputeLocalCellTransferSF()