Searched refs:fromRoots (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 508 …dx_t llt, PetscInt *toFineLeavesCount, PetscInt *toLeaves, PetscSFNode *fromRoots, PetscInt *fromF… in DMPforestComputeLocalCellTransferSF_loop() argument 542 fromRoots[toFineLeaves].rank = rank; in DMPforestComputeLocalCellTransferSF_loop() 543 fromRoots[toFineLeaves].index = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop() 557 fromRoots[toFineLeaves].rank = rank; in DMPforestComputeLocalCellTransferSF_loop() 558 fromRoots[toFineLeaves].index = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop() 618 PetscSFNode *fromRoots = NULL, *toRoots = NULL; in DMPforestComputeLocalCellTransferSF() local 629 PetscCall(PetscMalloc1(numLeavesTo, &fromRoots)); in DMPforestComputeLocalCellTransferSF() 632 PetscCall(PetscMalloc1(numLeavesFrom, &fromRoots)); in DMPforestComputeLocalCellTransferSF() 634 …tFrom, FromOffset, p4estTo, ToOffset, flt, llt, &numLeavesTo, toLeaves, fromRoots, &numLeavesFrom,… in DMPforestComputeLocalCellTransferSF() 637 …etGraph(fromCoarse, numRootsFrom, numLeavesTo, NULL, PETSC_OWN_POINTER, fromRoots, PETSC_OWN_POINT… in DMPforestComputeLocalCellTransferSF() [all …]
|