petsc-3.11.4 2019-09-28
PetscBool
Logical variable. Actually an int in C and a logical in Fortran.
Synopsis
typedef enum { PETSC_FALSE,PETSC_TRUE } PetscBool;
Developer Note
Why have PetscBool , why not use bool in C? The problem is that K and R C, C99 and C++ all have different mechanisms for
boolean values. It is not easy to have a simple macro that that will work properly in all circumstances with all three mechanisms.
See Also
PETSC_TRUE, PETSC_FALSE, PetscNot()
Level
beginner
Location
include/petscsystypes.h
Examples
src/dm/impls/stag/examples/tutorials/ex2.c.html
src/dm/impls/stag/examples/tutorials/ex3.c.html
src/ksp/ksp/examples/tutorials/ex42.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html
src/ksp/ksp/examples/tutorials/ex5f.F90.html
src/snes/examples/tutorials/ex3.c.html
src/snes/examples/tutorials/ex15.c.html
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages