Searched refs:p4estFrom (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 508 static PetscErrorCode DMPforestComputeLocalCellTransferSF_loop(p4est_t *p4estFrom, PetscInt FromOff… in DMPforestComputeLocalCellTransferSF_loop() argument 510 PetscMPIInt rank = p4estFrom->mpirank; in DMPforestComputeLocalCellTransferSF_loop() 519 p4est_tree_t *treeFrom = &(((p4est_tree_t *)p4estFrom->trees->array)[t]); in DMPforestComputeLocalCellTransferSF_loop() 612 static PetscErrorCode DMPforestComputeLocalCellTransferSF(MPI_Comm comm, p4est_t *p4estFrom, PetscI… in DMPforestComputeLocalCellTransferSF() argument 621 flt = p4estFrom->first_local_tree; in DMPforestComputeLocalCellTransferSF() 622 llt = p4estFrom->last_local_tree; in DMPforestComputeLocalCellTransferSF() 625 numRootsFrom = p4estFrom->local_num_quadrants + FromOffset; in DMPforestComputeLocalCellTransferSF() 627 …PetscCall(DMPforestComputeLocalCellTransferSF_loop(p4estFrom, FromOffset, p4estTo, ToOffset, flt, … in DMPforestComputeLocalCellTransferSF() 634 …PetscCall(DMPforestComputeLocalCellTransferSF_loop(p4estFrom, FromOffset, p4estTo, ToOffset, flt, … in DMPforestComputeLocalCellTransferSF()
|