Lines Matching refs:N_t
63 PetscInt dim, qNc, N_b, N_c, N_q, N_t, p, d, b, c; in PetscFEOpenCLGenerateIntegrationCode() local
73 N_t = N_b * N_c * N_q * N_bl; in PetscFEOpenCLGenerateIntegrationCode()
180 … N_b * N_c * N_q, numeric_str, dim, N_b * N_c * N_q, numeric_str, N_t, numeric_str, N_t * dim * di… in PetscFEOpenCLGenerateIntegrationCode()
184 &count, numeric_str, N_t * N_b * N_c)); in PetscFEOpenCLGenerateIntegrationCode()
186 … of the auxiliary field $a|_{\\mathcal{T}} = \\sum_i a_i \\phi^R_i$\n", &count, numeric_str, N_t)); in PetscFEOpenCLGenerateIntegrationCode()
192 &count, numeric_str, N_t * N_q)); in PetscFEOpenCLGenerateIntegrationCode()
194 …sqc]; // $f_1(u(x_q), \\nabla u(x_q)) |J(x_q)| w_q$\n", &count, numeric_str, dim, N_t * N_q)); in PetscFEOpenCLGenerateIntegrationCode()
516 PetscInt N_t; /* The number of threads, N_bst * N_bl */ in PetscFEIntegrateResidual_OpenCL() local
561 N_t = N_bst * N_bl; in PetscFEIntegrateResidual_OpenCL()
562 …PetscCheck(N_bc * N_comp == N_t, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of threads %d should be … in PetscFEIntegrateResidual_OpenCL()
576 PetscCall(PetscInfo(fem, " N_t: %d, N_cb: %d\n", N_t, N_cb)); in PetscFEIntegrateResidual_OpenCL()