Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c9941 PetscReal frobJ = 0., frobInvJ = 0., cond2, cond, detJ; in DMPlexCheckCellShape() local
9949 cond2 = frobJ * frobInvJ; in DMPlexCheckCellShape()
9950 cond = PetscSqrtReal(cond2); in DMPlexCheckCellShape()
9955 stats.squaresum += cond2; in DMPlexCheckCellShape()