Searched refs:fromLeaves (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 508 …aves, PetscSFNode *fromRoots, PetscInt *fromFineLeavesCount, PetscInt *fromLeaves, PetscSFNode *to… in DMPforestComputeLocalCellTransferSF_loop() argument 568 if (fromLeaves) { in DMPforestComputeLocalCellTransferSF_loop() 569 fromLeaves[fromFineLeaves] = currentFrom + treeOffsetFrom + FromOffset; in DMPforestComputeLocalCellTransferSF_loop() 617 PetscInt *fromLeaves = NULL, *toLeaves = NULL; in DMPforestComputeLocalCellTransferSF() local 631 PetscCall(PetscMalloc1(numLeavesFrom, &fromLeaves)); in DMPforestComputeLocalCellTransferSF() 634 …stTo, ToOffset, flt, llt, &numLeavesTo, toLeaves, fromRoots, &numLeavesFrom, fromLeaves, toRoots)); in DMPforestComputeLocalCellTransferSF() 641 …PetscCall(PetscSFSetGraph(toCoarse, numRootsTo, numLeavesFrom, fromLeaves, PETSC_OWN_POINTER, toRo… in DMPforestComputeLocalCellTransferSF()
|