Lines Matching refs:det
1169 PetscScalar *met, *det; in DMPlexMetricEnforceSPD() local
1200 PetscCall(VecGetArray(determinant, &det)); in DMPlexMetricEnforceSPD()
1201 PetscCall(DMPlexMetricModify_Private(1, h_min, h_max, a_max, met, det)); in DMPlexMetricEnforceSPD()
1202 PetscCall(VecRestoreArray(determinant, &det)); in DMPlexMetricEnforceSPD()
1211 PetscCall(VecGetArray(determinant, &det)); in DMPlexMetricEnforceSPD()
1215 PetscCall(DMPlexPointLocalRef(dmDet, v, det, &vdet)); in DMPlexMetricEnforceSPD()
1218 PetscCall(VecRestoreArray(determinant, &det)); in DMPlexMetricEnforceSPD()
1267 PetscScalar *met, *det, integral, constants[1]; in DMPlexMetricNormalize() local
1296 PetscCall(VecGetArray(determinant, &det)); in DMPlexMetricNormalize()
1297 PetscCall(VecSet(tmp, det[0])); in DMPlexMetricNormalize()
1298 PetscCall(VecRestoreArray(determinant, &det)); in DMPlexMetricNormalize()
1329 PetscCall(VecGetArray(determinant, &det)); in DMPlexMetricNormalize()
1332 met[0] *= factGlob * PetscPowReal(PetscAbsScalar(det[0]), -1.0 / (2 * p + dim)); in DMPlexMetricNormalize()
1333 if (restrictSizes) PetscCall(DMPlexMetricModify_Private(1, h_min, h_max, a_max, met, det)); in DMPlexMetricNormalize()
1346 PetscCall(DMPlexPointLocalRef(dmDet, v, det, &detM)); in DMPlexMetricNormalize()
1352 PetscCall(VecRestoreArray(determinant, &det)); in DMPlexMetricNormalize()