PetscBTLookupSet#

Check if a particular bit in a PetscBT is set and then set it

Synopsis#

static inline PetscByte PetscBTLookupSet(PetscBT array, PetscCount index)

Not Collective; No Fortran Support

Input Parameters#

  • array - the PetscBT

  • index - the bit index to check and set

See Also#

PetscBT, PetscBTCreate(), PetscBTMemzero(), PetscBTLookup(), PetscBTLookupClear()

Level#

developer

Location#

include/petscbt.h


Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages