Lines Matching refs:p4estF
2163 static PetscErrorCode DMPforestGetCellCoveringSF(MPI_Comm comm, p4est_t *p4estC, p4est_t *p4estF, P… in DMPforestGetCellCoveringSF() argument
2174 …PetscCall(DMPforestComputeOverlappingRanks(p4estC->mpisize, p4estC->mpirank, p4estF, p4estC, &star… in DMPforestGetCellCoveringSF()
2187 …PetscCall(DMPforestComputeOverlappingRanks(p4estC->mpisize, p4estC->mpirank, p4estC, p4estF, &star… in DMPforestGetCellCoveringSF()
2191 p4est_quadrant_t *myFineStart = &p4estF->global_first_position[p]; in DMPforestGetCellCoveringSF()
2192 p4est_quadrant_t *myFineEnd = &p4estF->global_first_position[p + 1]; in DMPforestGetCellCoveringSF()
2201 if (p4estF->global_first_quadrant[p] == p4estF->global_first_quadrant[p + 1]) continue; in DMPforestGetCellCoveringSF()
2337 p4est_t *p4estC, *p4estF; in DMPforestGetTransferSF_Point() local
2359 p4estF = pforestF->forest; in DMPforestGetTransferSF_Point()
2417 fltF = p4estF->first_local_tree; in DMPforestGetTransferSF_Point()
2418 lltF = p4estF->last_local_tree; in DMPforestGetTransferSF_Point()
2427 …ual, p4est_quadrant_is_equal_piggy, (&p4estC->global_first_position[p], &p4estF->global_first_posi… in DMPforestGetTransferSF_Point()
2446 …PetscCall(DMPforestGetCellCoveringSF(comm, p4estC, p4estF, pforestC->cLocalStart, pforestC->cLocal… in DMPforestGetTransferSF_Point()
2532 p4est_tree_t *tree = &(((p4est_tree_t *)p4estF->trees->array)[t]); in DMPforestGetTransferSF_Point()