Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagmulti.c78 static PetscErrorCode SetInterpolationCoefficientCenter_Private(PetscBool belowHalf, PetscInt index… in SetInterpolationCoefficientCenter_Private() argument
81 if (belowHalf) *a = 0.5 + ((index % factor) + 0.5) / (PetscScalar)factor; in SetInterpolationCoefficientCenter_Private()