Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex2k.c23 PetscLogDouble tstart, tend, times[8], fom; // figure of merit in main() local
106 fom = (bytes / times[j]) * 1e-3; in main()
108 fom = times[j]; in main()
110 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "%12.1f ", fom)); in main()