Home
last modified time | relevance | path

Searched defs:PetscLogEventSetDof (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/logging/
H A Dplog.c1635 PetscErrorCode PetscLogEventSetDof(PetscLogEvent event, PetscInt n, PetscLogDouble dof) in PetscLogEventSetDof() function
/petsc/include/
H A Dpetsclog.h650 #define PetscLogEventSetDof(a, b, c) ((void)(a), (void)(b), (void)(c), PETSC_SUCCESS) macro