Lines Matching refs:N_b

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()
169 &count, dim, N_bl, N_b, N_c, N_q)); in PetscFEOpenCLGenerateIntegrationCode()
180 …&count, numeric_str, numeric_str, N_b * N_c * N_q, numeric_str, dim, N_b * N_c * N_q, numeric_str,… in PetscFEOpenCLGenerateIntegrationCode()
184 &count, numeric_str, N_t * N_b * N_c)); in PetscFEOpenCLGenerateIntegrationCode()
511 PetscInt N_b; /* The number of basis functions */ in PetscFEIntegrateResidual_OpenCL() local
555 PetscCall(PetscFEGetDimension(fem, &N_b)); in PetscFEIntegrateResidual_OpenCL()
559 N_bt = N_b * N_comp; in PetscFEIntegrateResidual_OpenCL()
719 …numFlops = Ne * (N_q * (N_b * N_comp * ((useField ? 2 : 0) + (useFieldDer ? 2 * dim * (dim + 1) : … in PetscFEIntegrateResidual_OpenCL()
723 N_b * ((useF0 ? 2 : 0) + (useF1 ? 2 * dim * (dim + 1) : 0))); in PetscFEIntegrateResidual_OpenCL()