Searched refs:p4estC (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 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() 2179 …if (p4estC->global_first_quadrant[p] == p4estC->global_first_quadrant[p + 1]) { /* empty coarse pa… in DMPforestGetCellCoveringSF() 2187 …PetscCall(DMPforestComputeOverlappingRanks(p4estC->mpisize, p4estC->mpirank, p4estC, p4estF, &star… in DMPforestGetCellCoveringSF() 2196 p4est_tree_t *treeStart = &(((p4est_tree_t *)p4estC->trees->array)[tStart]); in DMPforestGetCellCoveringSF() 2197 …p4est_tree_t *treeEnd = (size_t)tEnd < p4estC->trees->elem_count ? &(((p4est_tree_t *)p4estC… in DMPforestGetCellCoveringSF() 2217 lastCell = p4estC->local_num_quadrants; in DMPforestGetCellCoveringSF() 2232 lastCell = p4estC->local_num_quadrants; in DMPforestGetCellCoveringSF() 2337 p4est_t *p4estC, *p4estF; in DMPforestGetTransferSF_Point() local 2358 p4estC = pforestC->forest; in DMPforestGetTransferSF_Point() [all …]
|