Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c59 PetscBool useF0 = PETSC_TRUE; in PetscFEOpenCLGenerateIntegrationCode() local
188 if (useF0) { in PetscFEOpenCLGenerateIntegrationCode()
320 …if (useF0) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, " f_0[fi… in PetscFEOpenCLGenerateIntegrationCode()
327 …if (useF0) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, " f_0[fi… in PetscFEOpenCLGenerateIntegrationCode()
369 …if (useF0) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, " f_0[fi… in PetscFEOpenCLGenerateIntegrationCode()
402 …if (useF0) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, " e_i … in PetscFEOpenCLGenerateIntegrationCode()
525 PetscBool useF0 = PETSC_TRUE; in PetscFEIntegrateResidual_OpenCL() local
722 … + N_comp * ((useF0 ? f0Flops + 2 : 0) + (useF1 ? f1Flops + 2 * dim : 0))) + in PetscFEIntegrateResidual_OpenCL()
723 N_b * ((useF0 ? 2 : 0) + (useF1 ? 2 * dim * (dim + 1) : 0))); in PetscFEIntegrateResidual_OpenCL()