Searched refs:PetscLogEventSetDof (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex30.c | 97 PetscCall(PetscLogEventSetDof(event3, i, (PetscLogDouble)i)); in main()
|
| /petsc/src/ts/utils/ |
| H A D | tsconvest.c | 82 PetscCall(PetscLogEventSetDof(ce->event, f, ce->dofs[r * Nf + f])); in PetscConvEstGetConvRateTS_Temporal_Private() 214 PetscCall(PetscLogEventSetDof(ce->event, f, ce->dofs[r * Nf + f])); in PetscConvEstGetConvRateTS_Spatial_Private()
|
| /petsc/include/ |
| H A D | petsclog.h | 322 PETSC_EXTERN PetscErrorCode PetscLogEventSetDof(PetscLogEvent, PetscInt, PetscLogDouble); 650 #define PetscLogEventSetDof(a, b, c) ((void)(a), (void)(b), (void)(c), PETSC_SUCCESS) macro
|
| /petsc/src/snes/utils/ |
| H A D | convest.c | 413 PetscCall(PetscLogEventSetDof(ce->event, f, ce->dofs[r * ce->Nf + f])); in PetscConvEstGetConvRateSNES_Private()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex5.c | 755 PetscCall(PetscLogEventSetDof(SNES_Solve, 0, N)); in main()
|
| H A D | ex55.c | 722 PetscCall(PetscLogEventSetDof(SNES_Solve, 0, N)); in main()
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 1635 PetscErrorCode PetscLogEventSetDof(PetscLogEvent event, PetscInt n, PetscLogDouble dof) in PetscLogEventSetDof() function
|