Searched refs:inmode (Results 1 – 4 of 4) sorted by relevance
| /libCEED/python/ ! |
| H A D | ceed_qfunction.py | 173 def __init__(self, ceed, size, inmode, outmode): argument 182 inmode, outmode, self._pointer)
|
| H A D | ceed.py | 596 def IdentityQFunction(self, size, inmode, outmode): argument 607 return IdentityQFunction(self, size, inmode, outmode)
|
| /libCEED/julia/LibCEED.jl/src/ ! |
| H A D | QFunction.jl | 79 create_identity_qfunction(c::Ceed, size, inmode::EvalMode, outmode::EvalMode) 87 function create_identity_qfunction(c::Ceed, size, inmode::EvalMode, outmode::EvalMode) 89 C.CeedQFunctionCreateIdentity(c[], size, inmode, outmode, ref)
|
| /libCEED/interface/ ! |
| H A D | ceed-fortran.c | 821 CEED_EXTERN void fCeedQFunctionCreateIdentity(int *ceed, int *size, int *inmode, int *outmode, int … in fCeedQFunctionCreateIdentity() argument 828 …*err = CeedQFunctionCreateIdentity(Ceed_dict[*ceed], *size, (CeedEvalMode)*inmode, (… in fCeedQFunctionCreateIdentity()
|