Searched refs:N_q (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/fe/impls/opencl/ |
| H A D | feopencl.c | 63 PetscInt dim, qNc, N_b, N_c, N_q, N_t, p, d, b, c; in PetscFEOpenCLGenerateIntegrationCode() local 71 PetscCall(PetscQuadratureGetData(q, NULL, &qNc, &N_q, &points, &weights)); in PetscFEOpenCLGenerateIntegrationCode() 73 N_t = N_b * N_c * N_q * N_bl; in PetscFEOpenCLGenerateIntegrationCode() 96 &count, numeric_str, N_q * dim)); in PetscFEOpenCLGenerateIntegrationCode() 97 for (p = 0; p < N_q; ++p) { in PetscFEOpenCLGenerateIntegrationCode() 105 &count, numeric_str, N_q)); in PetscFEOpenCLGenerateIntegrationCode() 106 …for (p = 0; p < N_q; ++p) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail… in PetscFEOpenCLGenerateIntegrationCode() 114 &count, numeric_str, N_q * N_b * N_c)); in PetscFEOpenCLGenerateIntegrationCode() 115 for (p = 0; p < N_q; ++p) { in PetscFEOpenCLGenerateIntegrationCode() 126 &count, numeric_str, dim, N_q * N_b * N_c)); in PetscFEOpenCLGenerateIntegrationCode() [all …]
|