Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextransform.h65 PETSC_EXTERN PetscErrorCode DMPlexTransformSetMatchStrata(DMPlexTransform, PetscBool);
/petsc/doc/changes/
H A D323.md137 - Add `DMPlexTransformGetMatchStrata()` and `DMPlexTransformSetMatchStrata()`
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c346 if (flg) PetscCall(DMPlexTransformSetMatchStrata(tr, match)); in DMPlexTransformSetFromOptions()
973 PetscErrorCode DMPlexTransformSetMatchStrata(DMPlexTransform tr, PetscBool match) in DMPlexTransformSetMatchStrata() function