Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c607 PetscInt Istart, Iend, nloc, my0, jj, kk, ncols, nLocalSelected, bs, *clid_flid; in PCGAMGProlongator_GEO() local
630 PetscCall(PetscMalloc1(jj, &clid_flid)); in PCGAMGProlongator_GEO()
636 if (ncols > 1) clid_flid[nLocalSelected++] = lid; /* filter out singletons */ in PCGAMGProlongator_GEO()
656 PetscCall(PetscFree(clid_flid)); in PCGAMGProlongator_GEO()
671 …PetscCall(getGIDsOnSquareGraph(pc, nLocalSelected, clid_flid, Gmat, &selected_2, &Gmat2, &crsGID)); in PCGAMGProlongator_GEO()
686 …PetscCall(triangulateAndFormProl(selected_2, data_stride, coords, nLocalSelected, clid_flid, agg_l… in PCGAMGProlongator_GEO()
704 PetscInt lid = clid_flid[kk]; in PCGAMGProlongator_GEO()
716 PetscCall(PetscFree(clid_flid)); in PCGAMGProlongator_GEO()