petsc-3.5.4 2015-05-23
Report Typos and Errors

PetscBagRegister64bitInt

add an integer value to the bag

Synopsis

#include "petscbag.h"   
PetscErrorCode PetscBagRegister64bitInt(PetscBag bag,void *addr,Petsc64bitInt mdefault,const char *name,const char *help)
Logically Collective on PetscBag

Input Parameter

bag - the bag of values
addr - location of integer in struct
mdefault - the initial value
name - name of the integer
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
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages