Searched refs:N_b (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 68 PetscCall(PetscFEGetDimension(fem, &N_b)); in PetscFEOpenCLGenerateIntegrationCode() 73 N_t = N_b * N_c * N_q * N_bl; in PetscFEOpenCLGenerateIntegrationCode() 114 &count, numeric_str, N_q * N_b * N_c)); in PetscFEOpenCLGenerateIntegrationCode() 116 for (b = 0; b < N_b; ++b) { in PetscFEOpenCLGenerateIntegrationCode() 117 …ount(string_tail, end_of_buffer - string_tail, "%g,\n", &count, T->T[0][(p * N_b + b) * N_c + c])); in PetscFEOpenCLGenerateIntegrationCode() 126 &count, numeric_str, dim, N_q * N_b * N_c)); in PetscFEOpenCLGenerateIntegrationCode() 128 for (b = 0; b < N_b; ++b) { in PetscFEOpenCLGenerateIntegrationCode() 133 …nt(string_tail, end_of_buffer - string_tail, ", %g", &count, T->T[1][((p * N_b + b) * dim + d) * N… in PetscFEOpenCLGenerateIntegrationCode() 135 …ount(string_tail, end_of_buffer - string_tail, "%g", &count, T->T[1][((p * N_b + b) * dim + d) * N… in PetscFEOpenCLGenerateIntegrationCode() [all …]
|