Home
last modified time | relevance | path

Searched defs:outmode (Results 1 – 3 of 3) sorted by relevance

/libCEED/python/ !
H A Dceed_qfunction.py173 def __init__(self, ceed, size, inmode, outmode): argument
H A Dceed.py596 def IdentityQFunction(self, size, inmode, outmode): argument
/libCEED/interface/ !
H A Dceed-fortran.c821 CEED_EXTERN void fCeedQFunctionCreateIdentity(int *ceed, int *size, int *inmode, int *outmode, int … in fCeedQFunctionCreateIdentity()