Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h615 PetscSF fromCoarse, toCoarse; in DMPforestComputeLocalCellTransferSF() local
623 PetscCall(PetscSFCreate(comm, &fromCoarse)); 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()
639 *fromCoarseToFine = fromCoarse; in DMPforestComputeLocalCellTransferSF()