Lines Matching refs:childIds
2332 …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
2917 PetscCall(DMPforestGetTransferSF_Point(coarse, fine, &pointTransferSF, transferIdent, childIds)); in DMPforestGetTransferSF_Internal()