int PetscObjectQuery(PetscObject obj,char *name,PetscObject *ptr)Not Collective
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) |
Location: src/sys/src/objectsinherit.c
System Index
Table of Contents