:orphan: # PetscNot negates a logical type value and returns result as a `PetscBool` ## Note This is useful in cases like ```none int *a; PetscBool flag = PetscNot(a) ``` where !a would not return a `PetscBool` because we cannot provide a cast from int to `PetscBool` in C. ## See Also `PetscBool`, `PETSC_TRUE`, `PETSC_FALSE` ## Level beginner ## Location include/petscsys.h --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscsys.h) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)