# PetscBagRegisterInt64
add a `PetscInt64` value to a `PetscBag` 
## Synopsis
```
#include "petscbag.h"   
PetscErrorCode PetscBagRegisterInt64(PetscBag bag, void *addr, PetscInt64 mdefault, const char *name, const char *help)
```
Logically Collective


## Input Parameters

- ***bag -*** the bag of values
- ***addr -*** location of integer in struct, for example `&params->i`
- ***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
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/classes/bag/bag.c.html#PetscBagRegisterInt64">src/sys/classes/bag/bag.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/classes/bag/bag.c)


[Index of all Sys routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
