Searched refs:crs_crds (Results 1 – 1 of 1) sorted by relevance
701 PetscReal *crs_crds; in PCGAMGProlongator_GEO() local702 PetscCall(PetscMalloc1(dim * nLocalSelected, &crs_crds)); in PCGAMGProlongator_GEO()705 … for (jj = 0; jj < dim; jj++) crs_crds[jj * nLocalSelected + kk] = pc_gamg->data[jj * nloc + lid]; in PCGAMGProlongator_GEO()709 pc_gamg->data = crs_crds; /* out */ in PCGAMGProlongator_GEO()