Searched refs:gsize (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 442 PetscInt gsize; in main() local 444 PetscCall(VecGetSize(X, &gsize)); in main() 466 …hoice + 1, vec_type, used_resource, CeedMemTypes[mem_type_backend], P, Q, gsize / num_comp_u, p[0]… in main() 769 …tf(comm, " DoFs/Sec in CG : %g (%g) million\n", 1e-6 * gsize * its / rt_max, in main() 770 1e-6 * gsize * its / rt_min)); in main()
|