Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunctioncontext.c596 if (!ceed->QFunctionContextCreate) { in CeedQFunctionContextCreate()
608 CeedCall(ceed->QFunctionContextCreate(*ctx)); in CeedQFunctionContextCreate()
H A Dceed.c1277 CEED_FTABLE_ENTRY(Ceed, QFunctionContextCreate), in CeedInit()
/libCEED/include/
H A Dceed-impl.h133 int (*QFunctionContextCreate)(CeedQFunctionContext); member