#include "petscsection.h" PetscErrorCode PetscSectionCompare(PetscSection s1, PetscSection s2, PetscBool *congruent)Collective on PetscSection
s1 | - the first PetscSection | |
s2 | - the second PetscSection |
congruent | - PETSC_TRUE if the two sections are congruent, PETSC_FALSE otherwise |