Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunction.c263 if (qf->user_source) { in CeedQFunctionGetKernelName()
264 const char *kernel_name = strrchr(qf->user_source, ':') + 1; in CeedQFunctionGetKernelName()
290 if (!qf->source_path && qf->user_source) { in CeedQFunctionGetSourcePath()
295 const char *kernel_name = strrchr(qf->user_source, ':') + 1; in CeedQFunctionGetSourcePath()
299 CeedCall(CeedCheckFilePath(ceed, qf->user_source, &is_absolute_path)); in CeedQFunctionGetSourcePath()
301 absolute_path = (char *)qf->user_source; in CeedQFunctionGetSourcePath()
303 CeedCall(CeedGetJitAbsolutePath(ceed, qf->user_source, &absolute_path)); in CeedQFunctionGetSourcePath()
705 (*qf)->user_source = user_source_copy; in CeedQFunctionCreateInterior()
1195 CeedCall(CeedFree(&(*qf)->user_source)); in CeedQFunctionDestroy()
H A Dceed-preconditioning.c54 } else if (qf->user_source) { in CeedQFunctionCreateFallback()
55 CeedCall(CeedStringAllocCopy(qf->user_source, &source_path_with_name)); in CeedQFunctionCreateFallback()
/libCEED/include/
H A Dceed-impl.h262 const char *user_source; member