Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c7608 MPI_Datatype dimrealtype; in PCBDDCAnalyzeInterface() local
7616 PetscCallMPI(MPI_Type_contiguous(cdimi, MPIU_REAL, &dimrealtype)); in PCBDDCAnalyzeInterface()
7617 PetscCallMPI(MPI_Type_commit(&dimrealtype)); in PCBDDCAnalyzeInterface()
7618 …PetscCall(PetscSFBcastBegin(matis->sf, dimrealtype, pcbddc->mat_graph->coords, lcoords, MPI_REPLAC… in PCBDDCAnalyzeInterface()
7619 …PetscCall(PetscSFBcastEnd(matis->sf, dimrealtype, pcbddc->mat_graph->coords, lcoords, MPI_REPLACE)… in PCBDDCAnalyzeInterface()
7620 PetscCallMPI(MPI_Type_free(&dimrealtype)); in PCBDDCAnalyzeInterface()