#include <petscsys.h> PetscErrorCode PetscArraycmp(const anytype *str1,const anytype *str2,size_t cnt,PetscBool *e)Not Collective
str1 | - First array | |
str2 | - Second array | |
cnt | - Count of the array, not in bytes, but number of entries in the arrays |
e | - PETSC_TRUE if equal else PETSC_FALSE. |