Searched refs:cellRate (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex1.c | 242 PetscReal flopRate, cellRate; in TestIntegration() local 246 cellRate = eventInfo.time != 0.0 ? N / eventInfo.time : 0.0; in TestIntegration() 247 … Cell rate: %.2f/s flop rate: %.2f MF/s\n", title, N, Nch, its, (double)cellRate, (double)(flopRat… in TestIntegration() 270 PetscReal flopRate, cellRate; in TestIntegration2() local 280 cellRate = eventInfo.time != 0.0 ? N / eventInfo.time : 0.0; in TestIntegration2() 281 …ate: %.2f/s flop rate: %.2f MF/s\n", title, N, eventInfo.count, (double)cellRate, (double)(flopRat… in TestIntegration2()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 10994 PetscLogDouble cellRate, flopRate; in DMPlexMonitorThroughput() local 11005 cellRate = N / eventInfo.time; in DMPlexMonitorThroughput() 11006 …s flop rate: %.2g MF/s\n", name ? name : "unknown", N, eventInfo.count, cellRate, flopRate / 1.e6)… in DMPlexMonitorThroughput()
|