PetscClassRegLogGetClass#

This function returns the class corresponding to a given classid.

Synopsis#

#include "petscsys.h"   
PetscErrorCode PetscClassRegLogGetClass(PetscClassRegLog classLog, PetscClassId classid, int *oclass)

Not Collective

Input Parameters#

  • classLog - The PetscClassRegLog

  • classid - The cookie

Output Parameter#

  • oclass - The class id

Note#

This is a low level routine used by the logging functions in PETSc

See Also#

PetscClassIdRegister(), PetscLogObjCreateDefault(), PetscLogObjDestroyDefault()

Level#

developer

Location#

src/sys/logging/utils/classlog.c


Edit on GitLab

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