Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex24.c142 PetscCall(PetscSectionCompare(s1, s2, &flg)); in main()
222 PetscCall(PetscSectionCompare(s1, s2, &flg)); in main()
/petsc/include/
H A Dpetscsection.h17 PETSC_EXTERN PetscErrorCode PetscSectionCompare(PetscSection, PetscSection, PetscBool *);
/petsc/src/vec/is/section/interface/
H A Dsection.c250 PetscErrorCode PetscSectionCompare(PetscSection s1, PetscSection s2, PetscBool *congruent) in PetscSectionCompare() function