Searched refs:threeInt (Results 1 – 1 of 1) sorted by relevance
3365 MPI_Datatype threeInt; in DMPlexTransferInjectorTree() local3377 PetscCallMPI(MPI_Type_contiguous(3, MPIU_INT, &threeInt)); in DMPlexTransferInjectorTree()3378 PetscCallMPI(MPI_Type_commit(&threeInt)); in DMPlexTransferInjectorTree()3407 …PetscCall(PetscSFBcastBegin(coarseToFineEmbedded, threeInt, parentNodeAndIdCoarse, parentNodeAndId… in DMPlexTransferInjectorTree()3408 …PetscCall(PetscSFBcastEnd(coarseToFineEmbedded, threeInt, parentNodeAndIdCoarse, parentNodeAndIdFi… in DMPlexTransferInjectorTree()3443 PetscCallMPI(MPI_Type_free(&threeInt)); in DMPlexTransferInjectorTree()