Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagmulti.c997 DMStagStencil rowc; in DMStagPopulateRestriction1d_Internal() local
1021 rowc.i = i; in DMStagPopulateRestriction1d_Internal()
1022 rowc.c = d; in DMStagPopulateRestriction1d_Internal()
1023 rowc.loc = DMSTAG_LEFT; in DMStagPopulateRestriction1d_Internal()
1036 PetscCall(DMStagStencilToIndexLocal(dmc, dim, 1, &rowc, &ir)); in DMStagPopulateRestriction1d_Internal()
1043 rowc.i = i; in DMStagPopulateRestriction1d_Internal()
1044 rowc.c = d; in DMStagPopulateRestriction1d_Internal()
1045 rowc.loc = DMSTAG_ELEMENT; in DMStagPopulateRestriction1d_Internal()
1055 PetscCall(DMStagStencilToIndexLocal(dmc, dim, 1, &rowc, &ir)); in DMStagPopulateRestriction1d_Internal()
1069 DMStagStencil rowc; in DMStagPopulateRestriction2d_Internal() local
[all …]