Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2163 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()
[all …]