Home
last modified time | relevance | path

Searched refs:PetscLogEventActivateClass (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsclog.pxi37 PetscErrorCode PetscLogClassActivate"PetscLogEventActivateClass"(PetscLogClass)
/petsc/doc/manual/
H A Dprofiling.md523 PetscLogEventActivateClass(MAT_CLASSID);
524 PetscLogEventActivateClass(KSP_CLASSID); /* includes PC and KSP */
525 PetscLogEventActivateClass(VEC_CLASSID);
526 PetscLogEventActivateClass(SNES_CLASSID);
/petsc/include/
H A Dpetsclog.h317 PETSC_EXTERN PetscErrorCode PetscLogEventActivateClass(PetscClassId);
643 #define PetscLogEventActivateClass(a) ((void)(a), PETSC_SUCCESS) macro
/petsc/src/sys/logging/
H A Dplog.c1397 PetscErrorCode PetscLogEventActivateClass(PetscClassId classid) in PetscLogEventActivateClass() function