PetscBTSet#
Set the bit at a given index in a PetscBT (bit array) to 1
Synopsis#
static inline PetscErrorCode PetscBTSet(PetscBT array, PetscCount index)
Not Collective; No Fortran Support
Input Parameters#
array - the
PetscBTindex - the bit index to set
See Also#
PetscBT, PetscBTCreate(), PetscBTLookup(), PetscBTClear(), PetscBTNegate(), PetscBTLookupSet()
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages