PetscBagRegisterReal#
add a PetscReal
value to a PetscBag
Synopsis#
#include "petscbag.h"
PetscErrorCode PetscBagRegisterReal(PetscBag bag, void *addr, PetscReal mdefault, const char *name, const char *help)
Logically Collective
Input Parameters#
bag - the bag of values
addr - location of double in struct, for example
¶ms->r
mdefault - the initial value
name - name of the variable
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#
src/sys/tutorials/ex5.c.html
src/sys/tutorials/ex5f90.F90.html
src/dm/tutorials/ex7.c.html
src/snes/tutorials/ex36.c.html
src/snes/tutorials/ex69.c.html
src/snes/tutorials/ex71.c.html
src/snes/tutorials/ex76.c.html
src/ts/tutorials/ex76.c.html
src/ts/tutorials/ex77.c.html
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages