petsc-3.3-p7 2013-05-11

PetscBagGetData

Gives back the user - access to memory that should be used for storing user-data-structure

Synopsis

#include "petscbag.h"   
PetscErrorCode PetscBagGetData(PetscBag bag, void **data)
Not Collective

Input Parameter

bag -the bag of values

Output Parameter

data -pointer to memory that will have user-data-structure

See Also

PetscBag, PetscBagSetName(), PetscBagView(), PetscBagLoad()
PetscBagRegisterReal(), PetscBagRegisterInt(), PetscBagRegisterBool(), PetscBagRegisterScalar() PetscBagSetFromOptions(), PetscBagCreate(), PetscBagDestroy(), PetscBagRegisterEnum()

Level:Intermediate
Location:
src/sys/bag/bag.c
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
src/sys/examples/tutorials/ex5f90.F90.html
src/dm/examples/tutorials/ex7.c.html
src/snes/examples/tutorials/ex4.c.html
src/snes/examples/tutorials/ex7.c.html
src/snes/examples/tutorials/ex8.c.html