Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c511 …scInt my0crs, PetscInt data_stride, PetscReal data_in[], const PetscInt flid_fgid[], PetscReal **a… in formProl0() argument
530 …for (kk = 0; kk < nghosts; kk++) PetscCall(PetscHMapISet(fgid_flid, flid_fgid[nloc + kk], nloc + k… in formProl0()
598 for (kk = 0; kk < bs; kk++) fids[aggID * bs + kk] = flid_fgid[flid] * bs + kk; in formProl0()
1287 PetscInt myCrs0, nbnodes = 0, *flid_fgid; in PCGAMGConstructProlongator_AGG() local
1380 PetscCall(PetscMalloc1(stride, &flid_fgid)); /* copy real data to in */ in PCGAMGConstructProlongator_AGG()
1381 for (kk = 0; kk < stride; kk++) flid_fgid[kk] = (PetscInt)fiddata[kk]; in PCGAMGConstructProlongator_AGG()
1387 PetscCall(PetscMalloc1(nloc, &flid_fgid)); in PCGAMGConstructProlongator_AGG()
1388 for (kk = 0; kk < nloc; kk++) flid_fgid[kk] = my0 + kk; in PCGAMGConstructProlongator_AGG()
1396 …PetscCall(formProl0(agg_lists, bs, col_bs, myCrs0, nbnodes, data_w_ghost, flid_fgid, &data_out, Pr… in PCGAMGConstructProlongator_AGG()
1405 PetscCall(PetscFree(flid_fgid)); in PCGAMGConstructProlongator_AGG()