Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c10068 …uteOrthogonalQuality(DM dm, PeOp PetscFV fv, PetscReal atol, Vec *OrthQual, DMLabel *OrthQualLabel) in DMPlexComputeOrthogonalQuality() argument
10101 if (OrthQualLabel) { in DMPlexComputeOrthogonalQuality()
10102 PetscAssertPointer(OrthQualLabel, 5); in DMPlexComputeOrthogonalQuality()
10104 PetscCall(DMGetLabel(dm, "Orthogonal_Quality", OrthQualLabel)); in DMPlexComputeOrthogonalQuality()
10106 *OrthQualLabel = NULL; in DMPlexComputeOrthogonalQuality()
10189 if (OrthQualLabel) { in DMPlexComputeOrthogonalQuality()
10190 …if (PetscRealPart(oqVals[cellIter]) <= atol) PetscCall(DMLabelSetValue(*OrthQualLabel, cell, DM_AD… in DMPlexComputeOrthogonalQuality()
10199 if (OrthQualLabel) { in DMPlexComputeOrthogonalQuality()
10200 if (vwr) PetscCall(DMLabelView(*OrthQualLabel, vwr)); in DMPlexComputeOrthogonalQuality()