Home
last modified time | relevance | path

Searched refs:PetscGetFlops (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsclog.pxi16 PetscErrorCode PetscGetFlops(PetscLogDouble*)
H A DLog.pyx206 petsc.PetscGetFlops
210 CHKERR(PetscGetFlops(&cflops))
/petsc/doc/changes/
H A D2022.md31 `PetscGetTime(), PetscGetCPUTime(), PetscGetFlops()`
/petsc/include/
H A Dpetsclog.h266 PETSC_EXTERN PetscErrorCode PetscGetFlops(PetscLogDouble *);
622 #define PetscGetFlops(a) (*(a) = 0.0, PETSC_SUCCESS) macro
/petsc/src/sys/logging/
H A Dplog.c2164 PetscErrorCode PetscGetFlops(PetscLogDouble *flops) in PetscGetFlops() function