Lines Matching refs:nrow
1205 PetscInt nrow; in DMPlexMetricEnforceSPD() local
1207 if (isotropic) nrow = 1; in DMPlexMetricEnforceSPD()
1208 else nrow = dim; in DMPlexMetricEnforceSPD()
1216 PetscCall(DMPlexMetricModify_Private(nrow, h_min, h_max, a_max, vmet, vdet)); in DMPlexMetricEnforceSPD()
1336 PetscInt nrow; in DMPlexMetricNormalize() local
1338 if (isotropic) nrow = 1; in DMPlexMetricNormalize()
1339 else nrow = dim; in DMPlexMetricNormalize()
1349 if (restrictSizes) PetscCall(DMPlexMetricModify_Private(nrow, h_min, h_max, a_max, Mp, detM)); in DMPlexMetricNormalize()
1636 PetscInt dim, vStart, vEnd, nrow; in DMPlexMetricIntersection() local
1640 if (isotropic) nrow = 1; in DMPlexMetricIntersection()
1641 else nrow = dim; in DMPlexMetricIntersection()
1649 PetscCall(DMPlexMetricIntersection_Private(nrow, Mi, M)); in DMPlexMetricIntersection()