Lines Matching refs:CELL_CENTER
62 #define CELL_CENTER 0 macro
367 if (ipos == CELL_CENTER) { /* on cell center */ in CalcSecInv()
483 epsE = CalcSecInv(x, i + 1, j, CELL_CENTER, user); in XMomentumResidual()
484 epsW = CalcSecInv(x, i, j, CELL_CENTER, user); in XMomentumResidual()
534 epsN = CalcSecInv(x, i, j + 1, CELL_CENTER, user); in ZMomentumResidual()
535 epsS = CalcSecInv(x, i, j, CELL_CENTER, user); in ZMomentumResidual()
651 if (ipos == CELL_CENTER) { /* on cell center */ in ShearStress()
688 if (ipos == CELL_CENTER) { /* on cell center */ in XNormalStress()
691 if (ivisc >= VISC_DISL) epsC = CalcSecInv(x, i, j, CELL_CENTER, user); in XNormalStress()
728 if (ipos == CELL_CENTER) { /* on cell center */ in ZNormalStress()
731 if (ivisc >= VISC_DISL) epsC = CalcSecInv(x, i, j, CELL_CENTER, user); in ZNormalStress()
1131 eps = PetscRealPart(CalcSecInv(x, i, j, CELL_CENTER, user)); in ViscosityField()
1173 x[j][i].u = ShearStress(y, i, j, CELL_CENTER, user); in StressField()
1175 x[j][i].p = XNormalStress(y, i, j, CELL_CENTER, user); in StressField()
1176 x[j][i].T = ZNormalStress(y, i, j, CELL_CENTER, user); in StressField()
1323 f[j][i].u = XNormalStress(x, i, j, CELL_CENTER, user) - EPS_ZERO; in FormFunctionLocal()
1354 f[j][i].w = ZNormalStress(x, i, j, CELL_CENTER, user) - EPS_ZERO; in FormFunctionLocal()