Searched refs:lcoords (Results 1 – 1 of 1) sorted by relevance
7606 PetscReal *lcoords; in PCBDDCAnalyzeInterface() local7614 PetscCall(PetscMalloc1(pcbddc->mat_graph->cdim * n, &lcoords)); 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()7623 pcbddc->mat_graph->coords = lcoords; in PCBDDCAnalyzeInterface()