petsc-3.12.5 2020-03-29
PetscSectionCompare
Compares two sections
Synopsis
#include "petscsection.h"
PetscErrorCode PetscSectionCompare(PetscSection s1, PetscSection s2, PetscBool *congruent)
Collective on PetscSection
Input Parameterss
Output Parameter
congruent -PETSC_TRUE if the two sections are congruent, PETSC_FALSE otherwise
Notes
Field names are disregarded.
See Also
PetscSection, PetscSectionCreate(), PetscSectionCopy(), PetscSectionClone()
Level
intermediate
Location
src/vec/is/section/interface/section.c
Index of all PetscSection routines
Table of Contents for all manual pages
Index of all manual pages