PetscBagRegisterBoolArray#
add a n PetscBool
values to a PetscBag
Synopsis#
#include "petscbag.h"
PetscErrorCode PetscBagRegisterBoolArray(PetscBag bag, void *addr, PetscInt msize, const char *name, const char *help)
Logically Collective
Input Parameters#
bag - the bag of values
addr - location of boolean array in struct, for example
¶ms->b
msize - number of entries in array
name - name of the boolean array
help - longer string with more information about the value
See Also#
PetscBag
, PetscBagSetName()
, PetscBagView()
, PetscBagLoad()
, PetscBagGetData()
PetscBagRegisterInt()
, PetscBagRegisterBool()
, PetscBagRegisterScalar()
PetscBagSetFromOptions()
, PetscBagCreate()
, PetscBagGetName()
, PetscBagRegisterEnum()
Level#
beginner
Location#
Examples#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages