Searched refs:PetscCallSTR (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/fe/impls/opencl/ |
| H A D | feopencl.c | 20 #define PetscCallSTR(err) \ macro 76 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, in PetscFEOpenCLGenerateIntegrationCode() 86 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, in PetscFEOpenCLGenerateIntegrationCode() 92 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, in PetscFEOpenCLGenerateIntegrationCode() 98 …for (d = 0; d < dim; ++d) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail… in PetscFEOpenCLGenerateIntegrationCode() 100 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, "};\n", &count)); in PetscFEOpenCLGenerateIntegrationCode() 101 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, in PetscFEOpenCLGenerateIntegrationCode() 106 …for (p = 0; p < N_q; ++p) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail… in PetscFEOpenCLGenerateIntegrationCode() 107 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, "};\n", &count)); in PetscFEOpenCLGenerateIntegrationCode() 110 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, in PetscFEOpenCLGenerateIntegrationCode() [all …]
|