Searched refs:Nch (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex1.c | 188 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 D | ex2.c | 241 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()
|