Lines Matching refs:PetscClassId
1063 PetscErrorCode PetscLogEventRegister(const char name[], PetscClassId classid, PetscLogEvent *event) in PetscLogEventRegister()
1117 static PetscErrorCode PetscLogClassSetActiveAll(PetscClassId classid, PetscBool isActive) in PetscLogClassSetActiveAll()
1139 PetscErrorCode PetscLogEventIncludeClass(PetscClassId classid) in PetscLogEventIncludeClass()
1161 PetscErrorCode PetscLogEventExcludeClass(PetscClassId classid) in PetscLogEventExcludeClass()
1375 static PetscErrorCode PetscLogClassSetActive(PetscLogStage stage, PetscClassId classid, PetscBool i… in PetscLogClassSetActive()
1397 PetscErrorCode PetscLogEventActivateClass(PetscClassId classid) in PetscLogEventActivateClass()
1416 PetscErrorCode PetscLogEventDeactivateClass(PetscClassId classid) in PetscLogEventDeactivateClass()
1851 PetscErrorCode PetscLogClassGetClassId(const char name[], PetscClassId *classid) in PetscLogClassGetClassId()
1886 PetscErrorCode PetscLogClassIdGetName(PetscClassId classid, const char **name) in PetscLogClassIdGetName()
2557 PetscClassId PETSC_LARGEST_CLASSID = PETSC_SMALLEST_CLASSID;
2558 PetscClassId PETSC_OBJECT_CLASSID = 0;
2674 PetscErrorCode PetscClassIdRegister(const char name[], PetscClassId *oclass) in PetscClassIdRegister()