Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex30.c290 static inline PetscScalar WInterp(Field **x, PetscInt i, PetscInt j) in WInterp() function
374 wE = WInterp(x, i, j - 1); in CalcSecInv()
380 wW = WInterp(x, i - 1, j - 1); in CalcSecInv()
397 wN = WInterp(x, i, j); in CalcSecInv()
408 wS = WInterp(x, i, j - 1); in CalcSecInv()
653 wE = WInterp(x, i, j - 1); in ShearStress()
658 wW = WInterp(x, i - 1, j - 1); in ShearStress()
744 else wN = WInterp(x, i, j); in ZNormalStress()
745 wS = WInterp(x, i, j - 1); in ZNormalStress()