petsc-3.13.6 2020-09-29
Report Typos and Errors

PetscSectionCompare

Compares two sections

Synopsis

#include "petscsection.h"   
PetscErrorCode PetscSectionCompare(PetscSection s1, PetscSection s2, PetscBool *congruent)
Collective on PetscSection

Input Parameters

s1 - the first PetscSection
s2 - the second PetscSection

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