Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagmulti.c998 DMStagStencil *colf; in DMStagPopulateRestriction1d_Internal() local
1015 PetscCall(PetscMalloc3(maxFinePoints, &colf, maxFinePoints, &weight, maxFinePoints, &ic)); in DMStagPopulateRestriction1d_Internal()
1026 colf[count].i = i * factorx + ii; in DMStagPopulateRestriction1d_Internal()
1027 colf[count].c = d; in DMStagPopulateRestriction1d_Internal()
1028 colf[count].loc = DMSTAG_LEFT; in DMStagPopulateRestriction1d_Internal()
1035 PetscCall(RemoveZeroWeights_Private(2 * factorx - 1, colf, weight, &count)); in DMStagPopulateRestriction1d_Internal()
1037 PetscCall(DMStagStencilToIndexLocal(dmf, dim, count, colf, ic)); in DMStagPopulateRestriction1d_Internal()
1048 colf[count].i = i * factorx + ii; in DMStagPopulateRestriction1d_Internal()
1049 colf[count].c = d; in DMStagPopulateRestriction1d_Internal()
1050 colf[count].loc = DMSTAG_ELEMENT; in DMStagPopulateRestriction1d_Internal()
[all …]