Home
last modified time | relevance | path

Searched refs:N_c (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c63 PetscInt dim, qNc, N_b, N_c, N_q, N_t, p, d, b, c; in PetscFEOpenCLGenerateIntegrationCode() local
69 PetscCall(PetscFEGetNumComponents(fem, &N_c)); 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()
117 …(c = 0; c < N_c; ++c) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, "%… in PetscFEOpenCLGenerateIntegrationCode()
126 &count, numeric_str, dim, N_q * N_b * N_c)); in PetscFEOpenCLGenerateIntegrationCode()
129 for (c = 0; c < N_c; ++c) { in PetscFEOpenCLGenerateIntegrationCode()
133 …_tail, end_of_buffer - string_tail, ", %g", &count, T->T[1][((p * N_b + b) * dim + d) * N_c + c])); in PetscFEOpenCLGenerateIntegrationCode()
135 …ng_tail, end_of_buffer - string_tail, "%g", &count, T->T[1][((p * N_b + b) * dim + d) * N_c + c])); in PetscFEOpenCLGenerateIntegrationCode()
169 &count, dim, N_bl, N_b, N_c, N_q)); in PetscFEOpenCLGenerateIntegrationCode()
[all …]