Searched refs:ghostedcoords (Results 1 – 1 of 1) sorted by relevance
628 PetscReal *ghostedcoords; in PCSetUp_ML() local632 PetscCall(PetscMalloc1(dim * nlocghost, &ghostedcoords)); in PCSetUp_ML()639 for (j = 0; j < nlocghost; j++) ghostedcoords[i * nlocghost + j] = PetscMLdata->pwork[bs * j]; in PCSetUp_ML()644 pc_ml->coords = ghostedcoords; in PCSetUp_ML()