Searched refs:qf_copy (Results 1 – 3 of 3) sorted by relevance
804 int CeedQFunctionReferenceCopy(CeedQFunction qf, CeedQFunction *qf_copy) { in CeedQFunctionReferenceCopy() argument806 CeedCall(CeedQFunctionDestroy(qf_copy)); in CeedQFunctionReferenceCopy()807 *qf_copy = qf; in CeedQFunctionReferenceCopy()
381 CEED_EXTERN int CeedQFunctionReferenceCopy(CeedQFunction qf, CeedQFunction *qf_copy);
534 function CeedQFunctionReferenceCopy(qf, qf_copy) argument535 …all((:CeedQFunctionReferenceCopy, libceed), Cint, (CeedQFunction, Ptr{CeedQFunction}), qf, qf_copy)