Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h508 …t, p4est_t *p4estTo, PetscInt ToOffset, p4est_topidx_t flt, p4est_topidx_t llt, PetscInt *toFineLe… 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
601 llt = p4est->last_local_tree; in DMPforestGetRefinementLevel()
602 for (t = flt; t <= llt; t++) { in DMPforestGetRefinementLevel()
614 p4est_topidx_t flt, llt; in DMPforestComputeLocalCellTransferSF() local
622 llt = p4estFrom->last_local_tree; in DMPforestComputeLocalCellTransferSF()
627 …uteLocalCellTransferSF_loop(p4estFrom, FromOffset, p4estTo, ToOffset, flt, llt, &numLeavesTo, NULL… in DMPforestComputeLocalCellTransferSF()
634 …uteLocalCellTransferSF_loop(p4estFrom, FromOffset, p4estTo, ToOffset, flt, llt, &numLeavesTo, toLe… in DMPforestComputeLocalCellTransferSF()
862 p4est_topidx_t flt, llt, t; in DMSetUp_pforest() local
[all …]