Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c60 PetscBool useF1 = PETSC_TRUE; in PetscFEOpenCLGenerateIntegrationCode() local
194 …if (useF1) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, " __local %s… in PetscFEOpenCLGenerateIntegrationCode()
321 if (useF1) { in PetscFEOpenCLGenerateIntegrationCode()
328 if (useF1) { in PetscFEOpenCLGenerateIntegrationCode()
370 if (useF1) { in PetscFEOpenCLGenerateIntegrationCode()
403 if (useF1) { in PetscFEOpenCLGenerateIntegrationCode()
526 PetscBool useF1 = 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()