PetscBagSetName#

Sets the name of a bag of values

Synopsis#

#include "petscbag.h"   
PetscErrorCode PetscBagSetName(PetscBag bag, const char *name, const char *help)

Not Collective

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(), PetscBagGetData() PetscBagRegisterReal(), PetscBagRegisterInt(), PetscBagRegisterBool(), PetscBagRegisterScalar() PetscBagSetFromOptions(), PetscBagCreate(), PetscBagDestroy(), PetscBagRegisterEnum()

Level#

intermediate

Location#

src/sys/classes/bag/bag.c

Examples#

src/snes/tutorials/ex17.c
src/ts/tutorials/ex76.c
src/snes/tutorials/ex71.c
src/dm/tutorials/ex7.c
src/snes/tutorials/ex76.c
src/snes/tutorials/ex36.c
src/ts/tutorials/ex53.c
src/snes/tutorials/ex62.c
src/snes/tutorials/ex69.c
src/ts/tutorials/ex77.c


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