Searched refs:idet (Results 1 – 1 of 1) sorted by relevance
3499 PetscScalar det, idet; in DMPlexCoordinatesToReference_NewtonUpdate() local3507 idet = 1. / det; in DMPlexCoordinatesToReference_NewtonUpdate()3508 invJ[0] = J[3] * idet; in DMPlexCoordinatesToReference_NewtonUpdate()3509 invJ[1] = -J[1] * idet; in DMPlexCoordinatesToReference_NewtonUpdate()3510 invJ[2] = -J[2] * idet; in DMPlexCoordinatesToReference_NewtonUpdate()3511 invJ[3] = J[0] * idet; in DMPlexCoordinatesToReference_NewtonUpdate()3518 idet = 1. / det; in DMPlexCoordinatesToReference_NewtonUpdate()3519 invJ[0] *= idet; in DMPlexCoordinatesToReference_NewtonUpdate()3520 invJ[1] *= idet; in DMPlexCoordinatesToReference_NewtonUpdate()3521 invJ[2] *= idet; in DMPlexCoordinatesToReference_NewtonUpdate()[all …]