Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex9.c39 Vec OQ; in main() local
48 PetscCall(DMPlexComputeOrthogonalQuality(dm, NULL, ctx.tol, &OQ, &OQLabel)); in main()
49 PetscCall(VecDestroy(&OQ)); in main()