Searched refs:numRootsFrom (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 616 PetscInt numRootsFrom, numRootsTo, numLeavesFrom, numLeavesTo; in DMPforestComputeLocalCellTransferSF() local 625 numRootsFrom = p4estFrom->local_num_quadrants + FromOffset; in DMPforestComputeLocalCellTransferSF() 637 …PetscCall(PetscSFSetGraph(fromCoarse, numRootsFrom, numLeavesTo, NULL, PETSC_OWN_POINTER, fromRoot… in DMPforestComputeLocalCellTransferSF() 638 …} else PetscCall(PetscSFSetGraph(fromCoarse, numRootsFrom, numLeavesTo, toLeaves, PETSC_OWN_POINTE… in DMPforestComputeLocalCellTransferSF()
|