Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/ml/
H A Dml.c627 PetscInt nloc = pc_ml->nloc, nlocghost; in PCSetUp_ML() local
631 nlocghost = Aloc->cmap->n / bs; in PCSetUp_ML()
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()
741 PetscInt nlocghost; in PCSetUp_ML() local
744 nlocghost = Aloc->cmap->n / bs; in PCSetUp_ML()
754 grid_info->x = pc_ml->coords + nlocghost * i; in PCSetUp_ML()
757 grid_info->y = pc_ml->coords + nlocghost * i; in PCSetUp_ML()
760 grid_info->z = pc_ml->coords + nlocghost * i; in PCSetUp_ML()