Searched refs:preCellSF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1196 PetscSF preCellSF = NULL, cellSF = NULL; in DMSetUp_pforest() local 1208 if (adaptFrom) PetscCall(DMForestGetCellSF(adaptFrom, &preCellSF)); in DMSetUp_pforest() 1264 PetscCall(PetscSFGetGraph(preCellSF, NULL, &nleavesCellSF, NULL, NULL)); in DMSetUp_pforest() 1281 …PetscCall(PetscSFBcastBegin(preCellSF, MPIU_SF_NODE, remotesExpanded, remotesExpanded, MPI_REPLACE… in DMSetUp_pforest() 1282 …PetscCall(PetscSFBcastEnd(preCellSF, MPIU_SF_NODE, remotesExpanded, remotesExpanded, MPI_REPLACE)); in DMSetUp_pforest()
|