Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c10072 PetscScalar *oqVals; in DMPlexComputeOrthogonalQuality() local
10125 PetscCall(PetscMalloc5(cEnd - cStart, &idx, cEnd - cStart, &oqVals, nc, &ci, nc, &fi, nc, &Ai)); in DMPlexComputeOrthogonalQuality()
10188 oqVals[cellIter] = PetscMin(minvalf, minvalc); in DMPlexComputeOrthogonalQuality()
10190 …if (PetscRealPart(oqVals[cellIter]) <= atol) PetscCall(DMLabelSetValue(*OrthQualLabel, cell, DM_AD… in DMPlexComputeOrthogonalQuality()
10193 PetscCall(VecSetValuesLocal(*OrthQual, cEnd - cStart, idx, oqVals, INSERT_VALUES)); in DMPlexComputeOrthogonalQuality()
10202 PetscCall(PetscFree5(idx, oqVals, ci, fi, Ai)); in DMPlexComputeOrthogonalQuality()