Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex9.c48 PetscCall(DMPlexComputeOrthogonalQuality(dm, NULL, ctx.tol, &OQ, &OQLabel)); in main()
/petsc/doc/changes/
H A D314.md262 - Add DMPlexComputeOrthogonalQuality() to compute cell-wise
/petsc/include/
H A Dpetscdmplex.h205 PETSC_EXTERN PetscErrorCode DMPlexComputeOrthogonalQuality(DM, PetscFV, PetscReal, Vec *, DMLabel *…
/petsc/src/dm/impls/plex/
H A Dplex.c10068 PetscErrorCode DMPlexComputeOrthogonalQuality(DM dm, PeOp PetscFV fv, PetscReal atol, Vec *OrthQual… in DMPlexComputeOrthogonalQuality() function