Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c3499 PetscScalar det, idet; in DMPlexCoordinatesToReference_NewtonUpdate() local
3507 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 …]