| /libCEED/backends/hip/ |
| H A D | ceed-hip-compile.cpp | 36 static int CeedCompileCore_Hip(Ceed ceed, const char *source, const bool throw_error, bool *is_comp… in CeedCompileCore_Hip() 178 int CeedCompile_Hip(Ceed ceed, const char *source, hipModule_t *module, const CeedInt num_defines, … in CeedCompile_Hip() 190 int CeedTryCompile_Hip(Ceed ceed, const char *source, bool *is_compile_good, hipModule_t *module, c… in CeedTryCompile_Hip()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-qfunction-load.sycl.cpp | 74 char *source; in CeedQFunctionBuildKernel_Sycl() local
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 71 static int CeedCompileCore_Cuda(Ceed ceed, const char *source, const bool throw_error, bool *is_com… in CeedCompileCore_Cuda() 407 int CeedCompile_Cuda(Ceed ceed, const char *source, CUmodule *module, const CeedInt num_defines, ..… in CeedCompile_Cuda() 419 int CeedTryCompile_Cuda(Ceed ceed, const char *source, bool *is_compile_good, CUmodule *module, con… in CeedTryCompile_Cuda()
|
| /libCEED/python/ |
| H A D | ceed_qfunction.py | 79 def __init__(self, ceed, vlength, f, source): argument
|
| H A D | ceed.py | 568 def QFunction(self, vlength, f, source): argument
|
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 35 char source[CEED_MAX_RESOURCE_LEN]; member 64 int CeedQFunctionRegister(const char *name, const char *source, CeedInt vec_length, CeedQFunctionUs… in CeedQFunctionRegister() 677 …CreateInterior(Ceed ceed, CeedInt vec_length, CeedQFunctionUser f, const char *source, CeedQFuncti… in CeedQFunctionCreateInterior()
|
| H A D | ceed.c | 344 int CeedStringAllocCopy(const char *source, char **copy) { in CeedStringAllocCopy()
|
| H A D | ceed-fortran.c | 770 const char *source, int *qf, int *err, fortran_charlen_t source_len) { in fCeedQFunctionCreateInterior()
|
| /libCEED/backends/sycl/ |
| H A D | ceed-sycl-compile.sycl.cpp | 42 char *source; local
|
| /libCEED/backends/sycl-shared/ |
| H A D | ceed-sycl-shared-basis.sycl.cpp | 254 char *source; in CeedBasisCreateTensorH1_Sycl_shared() local
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 522 function CeedQFunctionCreateInterior(ceed, vec_length, f, source, qf) argument 912 function CeedStringAllocCopy(source, copy) argument 1174 function CeedQFunctionRegister(name, source, vec_length, f, init) argument
|