PetscObjectQuery

Gets a PETSc object associated with a given object.

Synopsis

int PetscObjectQuery(PetscObject obj,char *name,PetscObject *ptr)
Not Collective

Input Parameters

obj - the PETSc object Thus must be cast with a (PetscObject), for example, PetscObjectCompose((PetscObject) mat,...);
name - name associated with child object
ptr - the other PETSc object associated with the PETSc object, this must also be cast with (PetscObject)

Keywords

object, composition

See Also

PetscObjectQuery()

Location: src/sys/src/objectsinherit.c
System Index
Table of Contents