Lines Matching refs:numClosureIndices

2270 static PetscErrorCode DMPforestGetCellSFNodes(DM dm, PetscInt numClosureIndices, PetscInt *numClosu…  in DMPforestGetCellSFNodes()  argument
2295 *numClosurePoints = numClosureIndices * (cEnd - cStart); in DMPforestGetCellSFNodes()
2302 for (i = 0; i < numClosureIndices; i++, count++) { in DMPforestGetCellSFNodes()
2338 PetscInt numClosureIndices; in DMPforestGetTransferSF_Point() local
2405 numClosureIndices = P4EST_INSUL; in DMPforestGetTransferSF_Point()
2410 PetscCallMPI(MPI_Type_contiguous(numClosureIndices * 2, MPIU_INT, &nodeClosureType)); in DMPforestGetTransferSF_Point()
2414 …PetscCall(DMPforestGetCellSFNodes(coarse, numClosureIndices, &numClosurePointsC, &closurePointsC, … in DMPforestGetTransferSF_Point()
2415 …PetscCall(DMPforestGetCellSFNodes(fine, numClosureIndices, &numClosurePointsF, &closurePointsF, PE… in DMPforestGetTransferSF_Point()
2448 PetscCall(PetscMalloc1(numClosureIndices * nleaves, &newClosurePointsC)); in DMPforestGetTransferSF_Point()
2567 …PetscInt p = closurePointsF[numClosureIndices * c + (P4EST_INSUL - P4EST_CHILDREN) + petsc… in DMPforestGetTransferSF_Point()
2568 …PetscSFNode q = closurePointsC[numClosureIndices * (coarseCount + coarseOffset) + (P4EST_INSU… in DMPforestGetTransferSF_Point()
2588 for (j = 0; j < numClosureIndices; j++) { in DMPforestGetTransferSF_Point()
2589 PetscInt p = closurePointsF[numClosureIndices * c + j].index; in DMPforestGetTransferSF_Point()
2591 … roots[p - pStartF] = closurePointsC[numClosureIndices * (coarseCount + coarseOffset) + j]; in DMPforestGetTransferSF_Point()
2669 for (j = 0; j < numClosureIndices; j++) { in DMPforestGetTransferSF_Point()
2673 p = closurePointsF[numClosureIndices * c + j].index; in DMPforestGetTransferSF_Point()
2758 q = closurePointsC[numClosureIndices * (coarseCount + coarseOffset) + l]; in DMPforestGetTransferSF_Point()