Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2332 …GetTransferSF_Point(DM coarse, DM fine, PetscSF *sf, PetscBool transferIdent, PetscInt *childIds[]) in DMPforestGetTransferSF_Point() argument
2352 PetscBool formCids = (childIds != NULL) ? PETSC_TRUE : PETSC_FALSE; in DMPforestGetTransferSF_Point()
2377 if (childIds) { in DMPforestGetTransferSF_Point()
2380 *childIds = cids; in DMPforestGetTransferSF_Point()
2391 if (childIds) { in DMPforestGetTransferSF_Point()
2394 *childIds = cids; in DMPforestGetTransferSF_Point()
2856 if (childIds) *childIds = cids; in DMPforestGetTransferSF_Point()
2864 if (!childIds) { in DMPforestGetTransferSF_Point()
2873 if (!childIds) { in DMPforestGetTransferSF_Point()
2891 …e, DM fine, const PetscInt dofPerDim[], PetscSF *sf, PetscBool transferIdent, PetscInt *childIds[]) in DMPforestGetTransferSF_Internal() argument
[all …]
/petsc/src/dm/impls/plex/
H A Dplextree.c2064 …MPlexComputeInterpolatorTree(DM coarse, DM fine, PetscSF coarseToFine, PetscInt *childIds, Mat mat) in DMPlexComputeInterpolatorTree() argument
2113 PetscCall(PetscSFReduceBegin(coarseToFineEmbedded, MPIU_INT, childIds, maxChildIds, MPI_MAX)); in DMPlexComputeInterpolatorTree()
2114 PetscCall(PetscSFReduceEnd(coarseToFineEmbedded, MPIU_INT, childIds, maxChildIds, MPI_MAX)); in DMPlexComputeInterpolatorTree()
2576 childId = childIds[p - pStartF]; in DMPlexComputeInterpolatorTree()
2688 childId = childIds[p - pStartF]; in DMPlexComputeInterpolatorTree()
3278 …rInjectorTree(DM coarse, DM fine, PetscSF coarseToFine, const PetscInt *childIds, Vec fineVec, Pet… in DMPlexTransferInjectorTree() argument
3418 leafInds[off] = PetscMax(childIds[p - pStartF], parentNodeAndIdFine[p - pStartF][2]); in DMPlexTransferInjectorTree()
3420 … leafVals[off] = (PetscScalar)PetscMax(childIds[p - pStartF], parentNodeAndIdFine[p - pStartF][2]); in DMPlexTransferInjectorTree()
3510 …de DMPlexComputeInjectorTree(DM coarse, DM fine, PetscSF coarseToFine, PetscInt *childIds, Mat mat) in DMPlexComputeInjectorTree() argument
3549 …PetscCall(DMPlexTransferInjectorTree(coarse, fine, coarseToFine, childIds, NULL, numFields, offset… in DMPlexComputeInjectorTree()