Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagmulti.c220 static PetscErrorCode SetRestrictionCoefficientVertex_Private(PetscInt index, PetscInt factor, Pets… in SetRestrictionCoefficientVertex_Private() function
1029 PetscCall(SetRestrictionCoefficientVertex_Private(ii, factorx, &weight[count])); in DMStagPopulateRestriction1d_Internal()
1108 PetscCall(SetRestrictionCoefficientVertex_Private(ii, factorx, &ax)); in DMStagPopulateRestriction2d_Internal()
1109 PetscCall(SetRestrictionCoefficientVertex_Private(jj, factory, &ay)); in DMStagPopulateRestriction2d_Internal()
1138 PetscCall(SetRestrictionCoefficientVertex_Private(ii, factorx, &ax)); in DMStagPopulateRestriction2d_Internal()
1167 PetscCall(SetRestrictionCoefficientVertex_Private(jj, factory, &ay)); in DMStagPopulateRestriction2d_Internal()
1256 PetscCall(SetRestrictionCoefficientVertex_Private(ii, factorx, &ax)); in DMStagPopulateRestriction3d_Internal()
1257 PetscCall(SetRestrictionCoefficientVertex_Private(jj, factory, &ay)); in DMStagPopulateRestriction3d_Internal()
1258 PetscCall(SetRestrictionCoefficientVertex_Private(kk, factorz, &az)); in DMStagPopulateRestriction3d_Internal()
1293 PetscCall(SetRestrictionCoefficientVertex_Private(ii, factorx, &ax)); in DMStagPopulateRestriction3d_Internal()
[all …]