Searched refs:obj_old (Results 1 – 1 of 1) sorted by relevance
99 PetscScalar dx, dy, dz, lambda, tolr, obj_old, obj_tmp, target; in DMPlex_EGADS_EDGE_XYZtoUV_Internal() local115 obj_old = dx * dx + dy * dy + dz * dz; in DMPlex_EGADS_EDGE_XYZtoUV_Internal()117 if (obj_old < target) { in DMPlex_EGADS_EDGE_XYZtoUV_Internal()118 tolr = obj_old; in DMPlex_EGADS_EDGE_XYZtoUV_Internal()148 if (obj_tmp < obj_old) { in DMPlex_EGADS_EDGE_XYZtoUV_Internal()149 obj_old = obj_tmp; in DMPlex_EGADS_EDGE_XYZtoUV_Internal()154 if (obj_old < target) { in DMPlex_EGADS_EDGE_XYZtoUV_Internal()155 tolr = obj_old; in DMPlex_EGADS_EDGE_XYZtoUV_Internal()165 tolr = obj_old; in DMPlex_EGADS_EDGE_XYZtoUV_Internal()169 tolr = obj_old; in DMPlex_EGADS_EDGE_XYZtoUV_Internal()[all …]