Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex30.c63 #define CELL_CORNER 1 macro
481 epsN = CalcSecInv(x, i, j, CELL_CORNER, user); in XMomentumResidual()
482 epsS = CalcSecInv(x, i, j - 1, CELL_CORNER, user); in XMomentumResidual()
536 epsE = CalcSecInv(x, i, j, CELL_CORNER, user); in ZMomentumResidual()
537 epsW = CalcSecInv(x, i - 1, j, CELL_CORNER, user); in ZMomentumResidual()
702 if (ivisc >= VISC_DISL) epsC = CalcSecInv(x, i, j, CELL_CORNER, user); in XNormalStress()
741 if (ivisc >= VISC_DISL) epsC = CalcSecInv(x, i, j, CELL_CORNER, user); in ZNormalStress()
1132 epsC = PetscRealPart(CalcSecInv(x, i, j, CELL_CORNER, user)); in ViscosityField()
1174 x[j][i].w = ShearStress(y, i, j, CELL_CORNER, user); in StressField()