petsc-3.10.5 2019-03-28
Report Typos and Errors

PetscBagRegisterRealArray

add an real array to the bag

Synopsis

#include "petscbag.h"   
PetscErrorCode PetscBagRegisterRealArray(PetscBag bag,void *addr,PetscInt msize, const char *name, const char *help)
Logically Collective on PetscBag

Input Parameter

bag - the bag of values
addr - location of real array in struct
msize - number of entries in array
name - name of the integer 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

src/sys/classes/bag/bag.c

Examples

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

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