Searched refs:RemoveZeroWeights_Private (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() function 484 PetscCall(RemoveZeroWeights_Private(2, colc, weight, &count)); in DMStagPopulateInterpolation1d_Internal() 550 PetscCall(RemoveZeroWeights_Private(4, colc, weight, &count)); in DMStagPopulateInterpolation2d_Internal() 584 PetscCall(RemoveZeroWeights_Private(4, colc, weight, &count)); in DMStagPopulateInterpolation2d_Internal() 618 PetscCall(RemoveZeroWeights_Private(4, colc, weight, &count)); in DMStagPopulateInterpolation2d_Internal() 696 PetscCall(RemoveZeroWeights_Private(8, colc, weight, &count)); in DMStagPopulateInterpolation3d_Internal() 738 PetscCall(RemoveZeroWeights_Private(8, colc, weight, &count)); in DMStagPopulateInterpolation3d_Internal() 780 PetscCall(RemoveZeroWeights_Private(8, colc, weight, &count)); in DMStagPopulateInterpolation3d_Internal() 822 PetscCall(RemoveZeroWeights_Private(8, colc, weight, &count)); in DMStagPopulateInterpolation3d_Internal() 869 PetscCall(RemoveZeroWeights_Private(8, colc, weight, &count)); in DMStagPopulateInterpolation3d_Internal() [all …]
|