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#
Examples#
src/dm/tutorials/ex7.c
src/snes/tutorials/ex17.c
src/snes/tutorials/ex36.c
src/snes/tutorials/ex62.c
src/snes/tutorials/ex69.c
src/snes/tutorials/ex71.c
src/snes/tutorials/ex76.c
src/sys/tutorials/ex5.c
src/sys/tutorials/ex5f90.F90
src/ts/tutorials/ex53.c
src/ts/tutorials/ex76.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages