petsc-3.7.1 2016-05-15
PetscClassId
A unique id used to identify each PETSc class. Notes: Use PetscClassIdRegister() to obtain a new value for a new class being created. Usually Many brXXXInitializePackage() calls it for each class it defines. Many br
Developer Notes: Internal integer stored in the _p_PetscObject data structure. Many brThese are all computed by an offset from the lowest one, PETSC_SMALLEST_CLASSID. Many br
Many br
See Also
PetscClassIdRegister(), PetscLogEventRegister(), PetscHeaderCreate()
Level:developer
Location:include/petscsys.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages