Searched refs:flt (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 508 …, PetscInt FromOffset, p4est_t *p4estTo, PetscInt ToOffset, p4est_topidx_t flt, p4est_topidx_t llt… in DMPforestComputeLocalCellTransferSF_loop() argument 518 for (t = flt; t <= llt; t++) { /* count roots and leaves */ in DMPforestComputeLocalCellTransferSF_loop() 590 p4est_topidx_t t, flt, llt; in DMPforestGetRefinementLevel() local 600 flt = p4est->first_local_tree; in DMPforestGetRefinementLevel() 602 for (t = flt; t <= llt; t++) { in DMPforestGetRefinementLevel() 614 p4est_topidx_t flt, llt; in DMPforestComputeLocalCellTransferSF() local 621 flt = p4estFrom->first_local_tree; in DMPforestComputeLocalCellTransferSF() 627 …PetscCall(DMPforestComputeLocalCellTransferSF_loop(p4estFrom, FromOffset, p4estTo, ToOffset, flt, … in DMPforestComputeLocalCellTransferSF() 634 …PetscCall(DMPforestComputeLocalCellTransferSF_loop(p4estFrom, FromOffset, p4estTo, ToOffset, flt, … in DMPforestComputeLocalCellTransferSF() 862 p4est_topidx_t flt, llt, t; in DMSetUp_pforest() local [all …]
|