Searched refs:colc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 432 static PetscErrorCode RemoveZeroWeights_Private(PetscInt n, DMStagStencil colc[], PetscScalar weigh… in RemoveZeroWeights_Private() argument 440 colc[*count] = colc[i]; in RemoveZeroWeights_Private() 452 DMStagStencil rowf, colc[2]; in DMStagPopulateInterpolation1d_Internal() local 476 colc[count].i = i / factorx; in DMStagPopulateInterpolation1d_Internal() 477 colc[count].c = d; in DMStagPopulateInterpolation1d_Internal() 479 colc[0].loc = DMSTAG_LEFT; in DMStagPopulateInterpolation1d_Internal() 480 colc[1].loc = DMSTAG_RIGHT; in DMStagPopulateInterpolation1d_Internal() 484 PetscCall(RemoveZeroWeights_Private(2, colc, weight, &count)); in DMStagPopulateInterpolation1d_Internal() 486 PetscCall(DMStagStencilToIndexLocal(dmc, dim, count, colc, ic)); in DMStagPopulateInterpolation1d_Internal() 496 colc[0].i = i / factorx; in DMStagPopulateInterpolation1d_Internal() [all …]
|