Home
last modified time | relevance | path

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

/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-qfunction.c18 static int CeedQFunctionApply_Cuda_gen(CeedQFunction qf, CeedInt Q, CeedVector *U, CeedVector *V) { in CeedQFunctionApply_Cuda_gen() function
47 …edCallBackend(CeedSetBackendFunction(ceed, "QFunction", qf, "Apply", CeedQFunctionApply_Cuda_gen)); in CeedQFunctionCreate_Cuda_gen()