Lines Matching refs:cellSF
904 PetscSF cellSF; in DMSetUp_pforest() local
913 PetscCall(DMForestGetCellSF(adaptFrom, &cellSF)); in DMSetUp_pforest()
916 if (cellSF) { in DMSetUp_pforest()
918 PetscCall(PetscSFReduceBegin(cellSF, MPIU_INT, cellFlags, cellFlags, MPI_MAX)); in DMSetUp_pforest()
919 PetscCall(PetscSFReduceEnd(cellSF, MPIU_INT, cellFlags, cellFlags, MPI_MAX)); in DMSetUp_pforest()
921 PetscCall(PetscSFReduceBegin(cellSF, MPIU_INT, cellFlags, cellFlags, MPI_MIN)); in DMSetUp_pforest()
922 PetscCall(PetscSFReduceEnd(cellSF, MPIU_INT, cellFlags, cellFlags, MPI_MIN)); in DMSetUp_pforest()
1196 PetscSF preCellSF = NULL, cellSF = NULL; in DMSetUp_pforest() local
1210 PetscCall(DMForestGetCellSF(dm, &cellSF)); in DMSetUp_pforest()
1227 PetscCall(PetscSFSetUp(cellSF)); in DMSetUp_pforest()
1228 PetscCall(PetscSFBcastBegin(cellSF, MPIU_SF_NODE, remotesAll, remotesAll, MPI_REPLACE)); in DMSetUp_pforest()
1229 PetscCall(PetscSFBcastEnd(cellSF, MPIU_SF_NODE, remotesAll, remotesAll, MPI_REPLACE)); in DMSetUp_pforest()
5029 static PetscErrorCode DMForestCreateCellSF_pforest(DM dm, PetscSF *cellSF) in DMForestCreateCellSF_pforest() argument
5078 *cellSF = sf; in DMForestCreateCellSF_pforest()