Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/tests/
H A Dex1.c188 PetscInt depth, cStart, cEnd, cell, chunkSize = cbs, Nch = 0, Nf, f, totDim, i, k; in TestIntegration() local
211 for (cell = cStart; cell < cEnd; cell += chunkSize, ++Nch) { in TestIntegration()
247 …etscInt_FMT " reps\n Cell rate: %.2f/s flop rate: %.2f MF/s\n", title, N, Nch, its, (double)cellR… in TestIntegration()
H A Dex2.c241 PetscInt depth, cStart, cEnd, cell, chunkSize = cbs, Nch = 0, Nf, f, totDim, i, k; in TestIntegration() local
259 for (cell = cStart; cell < cEnd; cell += chunkSize, ++Nch) { in TestIntegration()