Searched refs:cond2 (Results 1 – 1 of 1) sorted by relevance
9941 PetscReal frobJ = 0., frobInvJ = 0., cond2, cond, detJ; in DMPlexCheckCellShape() local9949 cond2 = frobJ * frobInvJ; in DMPlexCheckCellShape()9950 cond = PetscSqrtReal(cond2); in DMPlexCheckCellShape()9955 stats.squaresum += cond2; in DMPlexCheckCellShape()