PetscObjectContainerGetPointer

Gets the pointer value contained in the container.

Synopsis

int PetscObjectContainerGetPointer(PetscObjectContainer obj,void **ptr)
Collective on PetscObjectContainer

Input Parameter

obj -the object created with PetscObjectContainerCreate()

Output Parameter

ptr -the pointer value

See Also

PetscObjectContainerCreate(), PetscObjectContainerDestroy(),
PetscObjectContainerSetPointer()

Level:advanced
Location:src/sys/src/objects/inherit.c
System Index
Table of Contents