PetscBagSetName

Sets the name of a bag of values Not Collective

Synopsis

PetscErrorCode PetscBagSetName(PetscBag *bag,const char *name, const char *help);

Input Parameters

bag - the bag of values
name - the name assigned to the bag
help - help message for bag

See Also

PetscBag, PetscBagGetName(), PetscBagView(), PetscBagLoad()
PetscBagRegisterReal(), PetscBagRegisterInt(), PetscBagRegisterTruth(), PetscBagRegisterScalar() PetscBagSetFromOptions(), PetscBagRegisterVec(), PetscBagCreate(), PetscBagDestroy(), PetscBagRegisterEnum()

Level:Intermediate
Location:
include/petscbag.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sys/examples/tutorials/ex5.c.html