Searched refs:PetscSectionCompare (Results 1 – 3 of 3) sorted by relevance
142 PetscCall(PetscSectionCompare(s1, s2, &flg)); in main()222 PetscCall(PetscSectionCompare(s1, s2, &flg)); in main()
17 PETSC_EXTERN PetscErrorCode PetscSectionCompare(PetscSection, PetscSection, PetscBool *);
250 PetscErrorCode PetscSectionCompare(PetscSection s1, PetscSection s2, PetscBool *congruent) in PetscSectionCompare() function