Lines Matching refs:P
50 for (const auto [P, Q, dim] : PQ_VALUES) { in main()
54 std::vector<double> q_ref(dim * Q, 0.0), q_weight(Q, 0.0), interp(P * Q), grad(P * Q * dim); in main()
58 …CeedBasisCreateH1(ceed, (dim < 3) ? CEED_TOPOLOGY_TRIANGLE : CEED_TOPOLOGY_TET, 1, P, Q, interp.da… in main()
67 CeedVectorCreate(ceed, P * N, &u); in main()
100 CeedVectorCreate(ceed, P * N, &u); in main()
132 const double interp_flops = P * Q * (double)N; in main()
133 const double grad_flops = P * Q * dim * (double)N; in main()
137 width, P, width, Q, width, N, width, 1, width, 0, width, precision, in main()
140 width, P, width, Q, width, N, width, 1, width, 1, width, precision, in main()
143 width, P, width, Q, width, N, width, dim, width, 0, width, precision, in main()
146 width, P, width, Q, width, N, width, dim, width, 1, width, precision, in main()