:orphan:
# PetscObjectSetUp
Sets up the internal data structures for the later use. 
## Synopsis
```
#include "petscsys.h"    
PetscErrorCode PetscObjectSetUp(PetscObject obj)
```
Collective


## Input Parameter

- ***obj -*** the `PetscObject`





## Note
This does nothing at present.


## See Also
 `PetscObjectDestroy()`, `PetscObject`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/objects/inherit.c.html#PetscObjectSetUp">src/sys/objects/inherit.c</A>


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


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