PetscLogObjectParents#

Record a parent/child relationship between a PetscObject and an array of PetscObjects for performance logging

Synopsis#

#include <petsclog.h>
PetscErrorCode PetscLogObjectParents(PetscObject p, int n, PetscObject d[])

Not Collective; No Fortran Support

Input Parameters#

Note#

This routine is a no-op unless PETSc is configured with logging enabled.

See Also#

PetscLogObjectParent(), PetscLogObjectCreate(), PetscLogObjectDestroy()

Level#

developer

Location#

include/petsclog.h


Index of all Log routines
Table of Contents for all manual pages
Index of all manual pages