Searched refs:max_eig (Results 1 – 1 of 1) sorted by relevance
1056 …PetscReal *eigs, max_eig, l_min = 1.0 / (h_max * h_max), l_max = 1.0 / (h_min * h_min), la_min =… in DMPlexMetricModify_Private() local1116 max_eig = 0.0; in DMPlexMetricModify_Private()1119 max_eig = PetscMax(eigs[i], max_eig); in DMPlexMetricModify_Private()1125 if (a_max >= 1.0) eigs[i] = PetscMax(eigs[i], max_eig * la_min); in DMPlexMetricModify_Private()