Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dchannel.h58 CEED_QFUNCTION(ICsChannel)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *ou… in ICsChannel() function
/honee/problems/
H A Dchannel.c110 …problem->ics = (HoneeQFSpec){.qf_func_ptr = ICsChannel, .qf_loc = ICsChannel_loc, .qfctx = channel… in NS_CHANNEL()