Searched refs:SetInterpolationCoefficientCenter_Private (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 78 static PetscErrorCode SetInterpolationCoefficientCenter_Private(PetscBool belowHalf, PetscInt index… in SetInterpolationCoefficientCenter_Private() function 578 PetscCall(SetInterpolationCoefficientCenter_Private(belowHalfy, j, factory, &ay)); in DMStagPopulateInterpolation2d_Internal() 611 PetscCall(SetInterpolationCoefficientCenter_Private(belowHalfx, i, factorx, &ax)); in DMStagPopulateInterpolation2d_Internal() 732 PetscCall(SetInterpolationCoefficientCenter_Private(belowHalfz, k, factorz, &az)); in DMStagPopulateInterpolation3d_Internal() 773 PetscCall(SetInterpolationCoefficientCenter_Private(belowHalfy, j, factory, &ay)); in DMStagPopulateInterpolation3d_Internal() 814 PetscCall(SetInterpolationCoefficientCenter_Private(belowHalfx, i, factorx, &ax)); in DMStagPopulateInterpolation3d_Internal() 860 PetscCall(SetInterpolationCoefficientCenter_Private(belowHalfy, j, factory, &ay)); in DMStagPopulateInterpolation3d_Internal() 861 PetscCall(SetInterpolationCoefficientCenter_Private(belowHalfz, k, factorz, &az)); in DMStagPopulateInterpolation3d_Internal() 906 PetscCall(SetInterpolationCoefficientCenter_Private(belowHalfx, i, factorx, &ax)); in DMStagPopulateInterpolation3d_Internal() 908 PetscCall(SetInterpolationCoefficientCenter_Private(belowHalfz, k, factorz, &az)); in DMStagPopulateInterpolation3d_Internal() [all …]
|