Home
last modified time | relevance | path

Searched refs:N_t (Results 1 – 2 of 2) 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
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()
[all …]
/petsc/src/vec/vec/utils/
H A Dvecio.c162 uint64_t N_t, rstart_t; in VecLoad_ADIOS() local
183 N_t = n; in VecLoad_ADIOS()
184 sel = adios_selection_boundingbox(v->ndim, &rstart_t, &N_t); in VecLoad_ADIOS()