Searched refs:SetRestrictionCoefficientCenter_Private (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 227 static PetscErrorCode SetRestrictionCoefficientCenter_Private(PetscInt index, PetscInt factor, Pets… in SetRestrictionCoefficientCenter_Private() function 1139 PetscCall(SetRestrictionCoefficientCenter_Private(jj, factory, &ay)); in DMStagPopulateRestriction2d_Internal() 1166 PetscCall(SetRestrictionCoefficientCenter_Private(ii, factorx, &ax)); in DMStagPopulateRestriction2d_Internal() 1295 PetscCall(SetRestrictionCoefficientCenter_Private(kk, factorz, &az)); in DMStagPopulateRestriction3d_Internal() 1329 PetscCall(SetRestrictionCoefficientCenter_Private(jj, factory, &ay)); in DMStagPopulateRestriction3d_Internal() 1358 PetscCall(SetRestrictionCoefficientCenter_Private(ii, factorx, &ax)); in DMStagPopulateRestriction3d_Internal() 1394 PetscCall(SetRestrictionCoefficientCenter_Private(jj, factory, &ay)); in DMStagPopulateRestriction3d_Internal() 1395 PetscCall(SetRestrictionCoefficientCenter_Private(kk, factorz, &az)); in DMStagPopulateRestriction3d_Internal() 1426 PetscCall(SetRestrictionCoefficientCenter_Private(ii, factorx, &ax)); in DMStagPopulateRestriction3d_Internal() 1428 PetscCall(SetRestrictionCoefficientCenter_Private(kk, factorz, &az)); in DMStagPopulateRestriction3d_Internal() [all …]
|