Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/ml/
H A Dml.c628 PetscReal *ghostedcoords; in PCSetUp_ML() local
632 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()