Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c7606 PetscReal *lcoords; in PCBDDCAnalyzeInterface() local
7614 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()