Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagmulti.c71 static PetscErrorCode SetInterpolationCoefficientVertex_Private(PetscInt index, PetscInt factor, Pe… in SetInterpolationCoefficientVertex_Private() function
481 PetscCall(SetInterpolationCoefficientVertex_Private(i, factorx, &ax)); in DMStagPopulateInterpolation1d_Internal()
546 PetscCall(SetInterpolationCoefficientVertex_Private(i, factorx, &ax)); in DMStagPopulateInterpolation2d_Internal()
547 PetscCall(SetInterpolationCoefficientVertex_Private(j, factory, &ay)); in DMStagPopulateInterpolation2d_Internal()
577 PetscCall(SetInterpolationCoefficientVertex_Private(i, factorx, &ax)); in DMStagPopulateInterpolation2d_Internal()
612 PetscCall(SetInterpolationCoefficientVertex_Private(j, factory, &ay)); in DMStagPopulateInterpolation2d_Internal()
691 PetscCall(SetInterpolationCoefficientVertex_Private(i, factorx, &ax)); in DMStagPopulateInterpolation3d_Internal()
692 PetscCall(SetInterpolationCoefficientVertex_Private(j, factory, &ay)); in DMStagPopulateInterpolation3d_Internal()
693 PetscCall(SetInterpolationCoefficientVertex_Private(k, factorz, &az)); in DMStagPopulateInterpolation3d_Internal()
730 PetscCall(SetInterpolationCoefficientVertex_Private(i, factorx, &ax)); in DMStagPopulateInterpolation3d_Internal()
[all …]